Angular 5 lazy loading Error: Cannot find module
问题 I would like to use lazy loading but I can not understand why it does not work, it gives me error "Cannot find module". This is my environment: - Angular 5.2.1 - .NET Core 2 - Webpack 3.10.0 - angular-router-loader 0.8.2 - @angular/cli 1.6.5 I tried different path in loadChildren always without success, i also temporarily disabled all the guards and the children routing. What did I do wrong? FOLDERS ClientApp app components users users-routing.module.ts users.module.ts app-routing.module.ts