I am looking to detect a route change in my AppComponent. Thereafter I will check the global user token to see if the user is logged in so that...
The current docs only talk about getting route params, not the actual route segments. For example, if i want to find the parent of current route, how is that...