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
When building the `@angular/material-examples` package with
Bazel, the generated flat module metadata file does not include
metadata for the `ExampleModule`. This is because there is a
genrule which declares an output with the same name of the
example module source file. This means that the `ng_module`
rule somehow accidentally picks up the genrule output and the
generated flat module metadata file does not include the example
module due angular/angular#30259
0 commit comments