mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
10 lines
211 B
Markdown
10 lines
211 B
Markdown
# 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
|