File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
test/benchmarks/material/slide-toggle Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ component_benchmark(
15
15
"@npm//@angular/core" ,
16
16
"@npm//@angular/platform-browser" ,
17
17
"//src/material/slide-toggle" ,
18
- "//src/cdk/a11y" ,
19
18
],
20
19
ng_srcs = [":app.module.ts" ],
21
20
prefix = "" ,
Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
- import { A11yModule } from '@angular/cdk/a11y' ;
9
8
import { Component , NgModule , ViewEncapsulation } from '@angular/core' ;
10
9
import { BrowserModule } from '@angular/platform-browser' ;
11
10
import { MatSlideToggleModule } from '@angular/material/slide-toggle' ;
@@ -33,7 +32,6 @@ export class SlideToggleBenchmarkApp {
33
32
@NgModule ( {
34
33
declarations : [ SlideToggleBenchmarkApp ] ,
35
34
imports : [
36
- A11yModule ,
37
35
BrowserModule ,
38
36
MatSlideToggleModule ,
39
37
] ,
You can’t perform that action at this time.
0 commit comments