** Как включить trace роутера?**
Добавить опцию в рутовый модуль роутинга:
imports: [ RouterModule.forRoot( routes, { enableTracing: true } // <-- debugging purposes only ) ]