We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0cb24 commit ff6357bCopy full SHA for ff6357b
test/benchmarks/mdc/chips/BUILD.bazel
@@ -11,12 +11,12 @@ component_benchmark(
11
"@npm//protractor",
12
"@npm//@types/jasmine",
13
],
14
+ ng_assets = [":chips.html"],
15
ng_deps = [
16
"@npm//@angular/core",
17
"@npm//@angular/platform-browser",
18
"//src/material-experimental/mdc-chips",
19
- ng_assets = [":chips.html"],
20
ng_srcs = [":app.module.ts"],
21
prefix = "",
22
styles = ["//src/material-experimental/mdc-theming:indigo_pink_prebuilt"],
0 commit comments