Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Command (mark with an x)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [x] doc
Desired functionality
I've seen examples of command abbreviations like ng g c <component-name> to generate components and ng g cl <class-name> to generate classes, but these are undocmented.
All the the possible abbreviations ought to be documented.
Bug Report or Feature Request (mark with an
x)Command (mark with an
x)Desired functionality
I've seen examples of command abbreviations like
ng g c <component-name>to generate components andng g cl <class-name>to generate classes, but these are undocmented.All the the possible abbreviations ought to be documented.