docs(devtools): create router tree documentation#67527
Open
AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
Open
docs(devtools): create router tree documentation#67527AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
Conversation
JeanMeche
reviewed
Mar 9, 2026
SkyZeroZx
reviewed
Mar 9, 2026
| - **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. |
Contributor
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.
Member
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates devtools docs in adev to reflect that router tree is now a stable feature