Skip to content

Commit 979660f

Browse files
author
Jason Bedard
committed
add ng_package globals option to fix basic case
1 parent 0df2fca commit 979660f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ ng_package(
2424
srcs = ["package.json"],
2525
entry_point = "ui/index.js",
2626
deps = [":ui"] + UI_COMPONENT_PACKAGES,
27+
globals = {
28+
'@angular/material/button': 'ng.material.button',
29+
'@angular/material/icon': 'ng.material.icon',
30+
}
2731
)

0 commit comments

Comments
 (0)