-
Notifications
You must be signed in to change notification settings - Fork 11.9k
refactor(@angular/ssr): replace logic to determine the original URL #31503
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
refactor(@angular/ssr): replace logic to determine the original URL #31503
Conversation
c88a115 to
a74d324
Compare
a34918f to
3ec8ec3
Compare
3ec8ec3 to
121dd1e
Compare
121dd1e to
ece6f86
Compare
atscott
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope this works! 🤞 The URL construction part always confuses me...
e39c6a7 to
f04ff8d
Compare
|
@atscott, the unit tests says it works :) thanks for this. |
|
Looks like the last change causes some E2Es to fail. I’ll take a look tomorrow. |
f04ff8d to
00060d3
Compare
Using `currentNavigation` might not work in all cases as this will be null when the navigate has already completed.
00060d3 to
9d19533
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Using
currentNavigationmight not work in all cases as this will be null when the navigate has already completed.