Angular 2.0 Router.navigate not redirecting after login
问题 I have a simple application connected up to firebase. On login, I simply want to redirect the user to their profile page. However, for some odd reason the redirect is not happening. I have look here which sounds like a similar problem, but unfortunately, no solution there. Changing the redirect to another page (one which does not have an auth guard) seems to work, so I guess the problem is there, I just don't know how to fix it. Here is my code, once the user signs in it calls my service: