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
- [x] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Desired functionality
Actually (7.2.0), when a guard is generated, it implements CanActivate.
I would like to see an option to generate a guard with CanDeactivate, CanActivateChild or CanLoad.
Bug Report or Feature Request (mark with an
x)Command (mark with an
x)Desired functionality
Actually (7.2.0), when a guard is generated, it implements
CanActivate.I would like to see an option to generate a guard with
CanDeactivate,CanActivateChildorCanLoad.