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
Router 3.0.0-beta.2 should be
this.router.events.subscribe(path => { console.log('path = ', path); });