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 0df2fca commit 979660fCopy full SHA for 979660f
ui/BUILD
@@ -24,4 +24,8 @@ ng_package(
24
srcs = ["package.json"],
25
entry_point = "ui/index.js",
26
deps = [":ui"] + UI_COMPONENT_PACKAGES,
27
+ globals = {
28
+ '@angular/material/button': 'ng.material.button',
29
+ '@angular/material/icon': 'ng.material.icon',
30
+ }
31
)
0 commit comments