-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Milestone
Description
🚀 Feature request
Command (mark with an x
)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [X ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Description
Update @angular/pwa via ng update
Describe the solution you'd like
Hi. Since @angular/pwa is updated frequently alongside @angular/cli, it would be very useful to update both packages via ng update
, which also increments consistency with another packages behavior. Thanks.
Describe alternatives you've considered
Alternative is to update @angular/cli and then run npm update
for @angular/pwa
Splaktar