File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
test/benchmarks/material/checkbox Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ component_benchmark(
1515 "@npm//@angular/core" ,
1616 "@npm//@angular/platform-browser" ,
1717 "//src/material/checkbox" ,
18- "//src/cdk/a11y" ,
1918 ],
2019 ng_srcs = [":app.module.ts" ],
2120 prefix = "" ,
Original file line number Diff line number Diff line change 11/**
22 * @license
3- * Copyright Google Inc. All Rights Reserved.
3+ * Copyright Google LLC All Rights Reserved.
44 *
55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8- import { A11yModule } from '@angular/cdk/a11y' ;
8+
99import { Component , NgModule , ViewEncapsulation } from '@angular/core' ;
1010import { BrowserModule } from '@angular/platform-browser' ;
1111import { MatCheckboxModule } from '@angular/material/checkbox' ;
1212
13- /**
14- * @title Checkbox benchmark component.
15- */
1613@Component ( {
1714 selector : 'app-root' ,
1815 template : `
@@ -46,7 +43,6 @@ export class CheckboxBenchmarkApp {
4643@NgModule ( {
4744 declarations : [ CheckboxBenchmarkApp ] ,
4845 imports : [
49- A11yModule ,
5046 BrowserModule ,
5147 MatCheckboxModule ,
5248 ] ,
You can’t perform that action at this time.
0 commit comments