adev/src/content/tools/devtools/router.md
The Router Tree tab lets you visualize the routing tree of your application. You can explore how routes are nested and view details about specific routes.
When you select a specific route in the tree, Angular DevTools displays its properties in the sidebar on the right. This information includes:
prefix or full), if configured.canActivate, canActivateChild, canDeactivate, and canMatch.Note: Properties like Path Match, Data, Resolvers, Guards, Providers, Title, and RunGuardsAndResolvers only appear in the sidebar when they are configured on the selected route.
You can easily trigger navigation directly from the DevTools. While inspecting a route's details in the right sidebar, click on the Navigate icon next to the path string. This triggers the Angular router to navigate to that URL in your application.