With Angular2, how would I retrieve the current active component and path?
For example I might have the following routes:
{ path: \'\', component:
you can enable trace in your router config for root {enableTracing: true} to get more idea how routes are resolved and activated
{enableTracing: true}