Angular

How to enable Route tracing - Angular 2+

Debugging an Angular app route configuration may eat up your costly time. As it may get tricky to enable route logs. Many Angular beginners frequently ask me ways to debug issues with angular routing. In this post I will explain two simple techniques using which you can detect, trace and debug your route changes in Angular. RouterModule enableTracing Angular has built in feature to log all route change events. However route log tracing is disabled by default, since it may annoy developers.