-
Notifications
You must be signed in to change notification settings - Fork 26.9k
docs(docs-infra): Improves symbol linking for Angular Aria selectors #65571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
JeanMeche
reviewed
Nov 23, 2025
88be63e to
6192f15
Compare
8efdb75 to
e123169
Compare
|
Deployed adev-preview for ed03fe8 to: https://ng-dev-previews-fw--pr-angular-angular-65571-adev-prev-emry6xp1.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
JeanMeche
reviewed
Nov 24, 2025
JeanMeche
reviewed
Nov 24, 2025
JeanMeche
reviewed
Nov 24, 2025
JeanMeche
reviewed
Nov 24, 2025
e123169 to
9685b7b
Compare
JeanMeche
approved these changes
Nov 25, 2025
Improves the symbol linking logic to handle Angular component selectors (e.g., ngCombobox). It attempts to convert Angular selector patterns to their corresponding class names, improving navigation to Angular API documentation.
9685b7b to
ed03fe8
Compare
JeanMeche
approved these changes
Nov 27, 2025
Member
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
action: merge
The PR is ready for merge by the caretaker
adev: preview
area: docs
Related to the documentation
area: docs-infra
Angular.dev application and infrastructure
target: patch
This PR is targeted for the next patch release
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.
Improves the symbol linking logic to handle Angular component selectors (e.g., ngCombobox). It attempts to convert Angular selector patterns to their corresponding class names, improving navigation to Angular API documentation.
Fixes #65567
What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change?