X Tutup
Skip to content

docs(devtools): create router tree documentation#67527

Open
AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
AleksanderBodurri:router-tree-docs
Open

docs(devtools): create router tree documentation#67527
AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
AleksanderBodurri:router-tree-docs

Conversation

@AleksanderBodurri
Copy link
Member

Updates devtools docs in adev to reflect that router tree is now a stable feature

@pullapprove pullapprove bot requested a review from MarkTechson March 9, 2026 15:54
@angular-robot angular-robot bot added area: docs Related to the documentation area: devtools labels Mar 9, 2026
@ngbot ngbot bot added this to the Backlog milestone 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think it would make sense to add some details.

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup