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