gen-lazyload-component
v0.1.4
Published
A schematics to generate component with lazy loading module
Downloads
2
Readme
GenLazyLoadComponent
This is a schematics package to generate Angular components with lazyload implementation
How to use?
ng generate gen-lazyload-component:glc
This command will prompt you to insert the name and the folder of your new component.
By default it will generate component's files on src/app/
Don't forget to update your app.routing.module.ts manually to set the your custom route.