2017-02-13 12:41:05 +00:00

17 lines
395 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)