Is it possible to access resolved data of a route (-Resolver) inside a canActivate guard. Currently I can access the resolved data in the component by
ngOnInit(
No, you can't because canActivate Method is called before resolve, so you can't get the data
Guard Processing:
canDeactivate
canLoad
canActivateChild
canActivate
resolve