fix(router): restore 'history.state' (#28108)#28176
fix(router): restore 'history.state' (#28108)#28176alecvolo wants to merge 3 commits intoangular:masterfrom
Conversation
c037cb4 to
cff78c9
Compare
|
This seems like the correct fix. I've rebased the PR and started kicked off the internal tests. |
cff78c9 to
d71a855
Compare
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
…om Angular router (angular#28108) When navigations coming from Angular router we may have a payload stored in state property. When this exists, set extras's state to the payload.
ce177c1 to
5ae5af2
Compare
|
@googlebot I consent. |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
caretaker note: as this is a router change, please merge and sync to g3 on its own for easy rollback if it breaks things. |
|
@atscott it looks like a couple CircleCI jobs are failing. Could you please have a look when you get a chance? Thank you. |
…ming from Angular router (angular#28108)
5ae5af2 to
8b0c90d
Compare
|
Hey @josephperrott, I'm not familiar with the |
|
@atscott Yes, the destructuring causes tslib to have to be loaded to use router, making it a "side effect" of the usage. If we are okay with adding this side effect to @angular/router, then |
…ming from Angular router (angular#28108)
2a74c1d to
3ef7142
Compare
…om Angular router (angular#28108) (angular#28176) When navigations coming from Angular router we may have a payload stored in state property. When this exists, set extras's state to the payload. PR Close angular#28176
|
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. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #28108
What is the new behavior?
Does this PR introduce a breaking change?
Other information