Nick Lubisch 862c163e62 docs: fix links in generate.md
Previous links pointing to wrong url

Close #3723
2017-02-16 09:07:07 +00:00

17 lines
467 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)
- [interface](generate/interface)
- [module](generate/module)
- [pipe](generate/pipe)
- [service](generate/service)