I am looking to detect a route change in my AppComponent.
AppComponent
Thereafter I will check the global user token to see if he is logged in. Then I can redirect t
I do it like this since RC 5
this.router.events .map( event => event instanceof NavigationStart ) .subscribe( () => { // TODO } );