lazy loading in angular with multiple modules code example
Example: creating a module with lazy loading in angular 9
ng g m customers --route customers --module app.module
ng g m customers --route customers --module app.module