You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#17720
0 commit comments