mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
12 lines
328 B
Markdown
12 lines
328 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
|
|
# ng generate module
|
|
|
|
## Overview
|
|
`ng generate module [name]` generates an NgModule
|
|
|
|
## Options
|
|
`--spec` specifies if a spec file is generated
|
|
|
|
`--routing` specifies if a routing module file should be generated
|