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 6156b1e commit 947ffe8Copy full SHA for 947ffe8
test/benchmarks/material/table/BUILD.bazel
@@ -9,7 +9,7 @@ component_benchmark(
9
"@npm//@types/jasmine",
10
],
11
ng_assets = [
12
- ":app.module.html",
+ ":table-app.html",
13
":basic-table.html",
14
15
ng_deps = [
test/benchmarks/material/table/app.module.ts
@@ -20,7 +20,7 @@ import {
20
// tslint:disable:max-line-length
21
@Component({
22
selector: 'app-root',
23
- templateUrl: './app.module.html',
+ templateUrl: './table-app.html',
24
encapsulation: ViewEncapsulation.None,
25
styleUrls: ['//src/material/core/theming/prebuilt/indigo-pink.css'],
26
})
0 commit comments