mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
18 lines
494 B
Markdown
18 lines
494 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](generate/class)
|
|
- [component](generate/component)
|
|
- [directive](generate/directive)
|
|
- [enum](generate/enum)
|
|
- [guard](generate/guard)
|
|
- [interface](generate/interface)
|
|
- [module](generate/module)
|
|
- [pipe](generate/pipe)
|
|
- [service](generate/service)
|