mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
423 B
423 B
ng generate module
Overview
ng generate module [name]
generates an NgModule
Options
--app
Specifies app name or index to use.
--flat
Flag to indicate if a dir is created.
--spec
Specifies if a spec file is generated.
--routing
Specifies if a routing module file should be generated.