menghasilkan modul dengan perutean dalam sudut
ng g m [ModuleName] --routing
Perfect Panther
ng g m [ModuleName] --routing
ng g module admin --routing
content_copy
ng generate module customers --route customers --module app.module
ng generate module [module-name] --routing
// or
ng g m [ModuleName] --routing