Let's say I have a route that has a guard AdminGuard, which lets me in only when I'm an admin.
But when I'm on that page and I click Logout the state is propagated in all the app via Observables, but I still am in a route, which I am not supposed to be in, since I've been logged out.
How to "reactivate" curent route guards?