mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 07:19:58 +08:00
16 lines
394 B
Markdown
16 lines
394 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
|
|
# ng generate
|
|
|
|
## Overview
|
|
`ng generate [name]` generates the specified blueprint
|
|
|
|
## Available blueprints:
|
|
- [class](class)
|
|
- [component](component)
|
|
- [directive](directive)
|
|
- [enum](enum)
|
|
- [interface](interface)
|
|
- [module](module)
|
|
- [pipe](pipe)
|
|
- [service](service) |