-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
Milestone
Description
Bug Report or Feature Request (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [x] feature request
Command (mark with an x
)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [x] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
In our @ngxs/schematics package we need to add it in devDependencies, but by default in angular-cli flag --save-dev
will be true
. You can make sure on it in this file: https://github.com/angular/angular-cli/blob/master/packages/angular/cli/tasks/npm-install.ts.
We can send PR and add ability to add package with ng add
command in devDependencies.