fix(angular1_router): generate hash-bang links correctly#7489
fix(angular1_router): generate hash-bang links correctly#7489petebacondarwin wants to merge 4 commits intoangular:masterfrom
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
At the moment ng-link is generating html5mode URLs for `href`s. Instead it should check whether or not html5mode is enabled and create the `href`s accordingly. The renaming in the `getLink` function is aligning it to `RouterLink`'s `_updateLink`. Closes angular#7423
6aafa07 to
f314770
Compare
|
@davidreher & @mgol I have made some updates to the code and tests for this PR. Can you take look? |
|
LGTM |
|
LGTM! |
|
Merging PR #7489 on behalf of @jelbourn to branch presubmit-jelbourn-pr-7489. |
|
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. |
See #7423