Skip to content

Commit 7a8f808

Browse files
authored
Revert "Revert "build: fix missing amd module name for primary entry-point (#17757)" (#17772)"
This reverts commit 3f737a5.
1 parent 49527e5 commit 7a8f808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ load("//tools:defaults.bzl", "ng_package", "ts_library")
1414
ts_library(
1515
name = "material",
1616
srcs = ["index.ts"],
17+
module_name = "@angular/material",
1718
)
1819

1920
filegroup(

0 commit comments

Comments
 (0)