1 x generate module - rbinsztock/angular-cli GitHub Wiki
ng generate module [name] generates an NgModule
app
--app (aliases: -a) default value: 1st app
Specifies app name to use.
flat
--flat
Flag to indicate if a dir is created.
module
--module (aliases: -m)
Specifies where the module should be imported.
spec
--spec
Specifies if a spec file is generated.
routing
--routing
Specifies if a routing module file should be generated.