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 3b15774 commit 932e47cCopy full SHA for 932e47c
src/dev-app/BUILD.bazel
@@ -25,6 +25,12 @@ ng_module(
25
"@npm//@angular/platform-browser-dynamic",
26
"@npm//@angular/router",
27
"@npm//rxjs",
28
+ "//src/material-experimental/mdc-button",
29
+ "//src/material-experimental/mdc-card",
30
+ "//src/material-experimental/mdc-checkbox",
31
+ "//src/material-experimental/mdc-menu",
32
+ "//src/material-experimental/mdc-radio",
33
+ "//src/material-experimental/mdc-slide-toggle",
34
"//src/material-examples:examples",
35
] + CDK_TARGETS + CDK_EXPERIMENTAL_TARGETS + MATERIAL_TARGETS + MATERIAL_EXPERIMENTAL_TARGETS
36
)
0 commit comments