ref(angular): Streamline url attribute creation#22091
Open
Lms24 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit aca4884. Configure here.
aca4884 to
6b38616
Compare
url attribute creation
a518d21 to
1d77c34
Compare
6b38616 to
8bd50da
Compare
Contributor
size-limit report 📦
|
8bd50da to
ff5adcc
Compare
1d77c34 to
6c98bbb
Compare
ff5adcc to
be1c420
Compare
6c98bbb to
6190c45
Compare
be1c420 to
ff5adcc
Compare
6c98bbb to
6190c45
Compare
be1c420 to
ff5adcc
Compare
6190c45 to
6c98bbb
Compare
ff5adcc to
a40f18b
Compare
6c98bbb to
8d16900
Compare
a40f18b to
6265a7c
Compare
8d16900 to
3aea408
Compare
6265a7c to
ffde4cb
Compare
logaretm
approved these changes
Jul 8, 2026
ffde4cb to
c2ee1fa
Compare
377e8a8 to
eed2188
Compare
…ributes Refactors Angular routing to use the shared getAbsoluteUrl helper for url.full and url.path on pageload and navigation spans. part of #21921 Co-Authored-By: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
eed2188 to
cc1771f
Compare
c2ee1fa to
a020c02
Compare
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.

Uses the
getAbsoluteUrlhelper introduced in #22006 to streamline the url attribute creation pipeline and loose some bytes in the process.part of #21921