Mike Brocchi a5a33fa1db chore(docs): move the new wiki docs to main repo (#3382)
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
2016-12-05 15:25:11 -08:00

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)