0
bilalhaidar created
Hello, The project is configured such that canActivate and canActivateChild both run the same code. If I want to run a specific permission check on a specific route, can I override the canActivateChild or canActivate using a new guard?
Thanks
2 Answer(s)
-
0
Any assistance is appreciated. Thanks
-
0
Hi @bilalhaidar,
As far as I know, you can use different guards for canActivateChild. You can check angular's documentation for that.
Thanks.