Closed EndarValuk closed 7 years ago
Encountered error while trying to do AOT compilation with angular/cli. ERROR in Cannot determine the module for class GroupByPipe
ERROR in Cannot determine the module for class GroupByPipe
So, I assume, GroupByPipe is not in declarations section of module.
Yeah you're correct GroupByPipe isn't in the declarations. I will add it in 1.10.0.-alpha.9
Encountered error while trying to do AOT compilation with angular/cli.
ERROR in Cannot determine the module for class GroupByPipe
So, I assume, GroupByPipe is not in declarations section of module.