Skip to content

Instantly share code, notes, and snippets.

@nathan-lapinski
Last active March 15, 2019 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathan-lapinski/69191653807d422511a10acd0f0533c8 to your computer and use it in GitHub Desktop.
Save nathan-lapinski/69191653807d422511a10acd0f0533c8 to your computer and use it in GitHub Desktop.
How to enable logging of router events in Angular
RouterModule.forRoot(
ROUTES,
{
enableTracing: true
}
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment