I am faced with a problem with route guards with Angular.
My CanActivate guard is called twice when navigating to a page that is not permitted because I\'m not logged in
Although this is not a solution, it is an answer:
This happens when using hash routing (useHash: true).
It may be a bug in the Angular router.
I am still investigating to see if there is a solution.
Steve