Lazy Loading Feature Modules in Angular October 6, 2019 ng generate module customers --route customer-list --module app.module tsconfig.app.json & tsconfig.json "module": "esnext" References https://angular.io/guide/lazy-loading-ngmodules Related