docs(devtools): create router tree documentation#67527
docs(devtools): create router tree documentation#67527AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
Conversation
| - **Component**: The component rendered for this route. | ||
| - **Active**: Whether this route is currently active. | ||
| - **Auxiliary**: Indicates if the route is an auxiliary route (e.g., in a named outlet). | ||
| - **Lazy**: Indicates if the route is lazily loaded. |
There was a problem hiding this comment.
We actually expose more properties than the ones listed here, such as data, runGuardsAndResolvers, title, resolvers, providers, and guards (depending on their specific type).
I'm not sure if it would be too much to list them all, but at least including data and title might be useful, since they are quite common when navigating routes with static metadata.
There was a problem hiding this comment.
Yeah I think it would make sense to add some details.
2ad8dcb to
2e687a1
Compare
|
Deployed adev-preview for 2e687a1 to: https://ng-dev-previews-fw--pr-angular-angular-67527-adev-prev-g67u3e1z.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
Updates devtools docs in adev to reflect that router tree is now a stable feature