Commit 49977f7
build: fix missing amd module name for primary entry-point (#17757)
Even though the primary entry-point of Angular Material is empty,
it should still have an AMD module name (similar to the CDK).
A good example is that consumers of Angular Material in a Bazel
project can have the unnamed bundle as input of a target (like
ts_devserver). RequireJS will then throw about an anonymous
module.
Fixes #177201 parent e2fd099 commit 49977f7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments