DEV Community

Discussion on: How To implement Lazy Loading in Angular

Collapse
 
dujards profile image
dujards

Hi,

I using Angular 7, and when attempting ng build --prod I get this error for all my components: Cannot determine the module for class *Component.

Any ideas ? You do not need to import all your lazy loading modules in your app.module ?