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
simple answer for Angular 8.*
constructor(private route:ActivatedRoute) { console.log(route); }