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
fix(router): need to export DefaultRouteReuseStrategy to Router public_api #31575
fix(router): need to export DefaultRouteReuseStrategy to Router public_api #31575
Conversation
Hi @abarghoud , |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
@googlebot I fixed it. |
CLAs look good, thanks! |
@santoshyadav198613 done |
@abarghoud - could you rebase and squash the commits into one? |
@atscott on it |
6d727c3
to
c939bb0
Compare
@atscott rebase and squash done. I see there still are merge conflicts, but i don't know as when I do Comments took into account. |
c939bb0
to
31dc376
Compare
You can preview fb22e26 at https://pr31575-fb22e26.ngbuilds.io/. |
LGTM, just left one quick comment.
Reviewed-for: public-api
fb22e26
to
0b3b467
Compare
You can preview 0b3b467 at https://pr31575-0b3b467.ngbuilds.io/. |
b4b1133
to
3005050
Compare
You can preview 3005050 at https://pr31575-3005050.ngbuilds.io/. |
3005050
to
f342b71
Compare
You can preview f342b71 at https://pr31575-f342b71.ngbuilds.io/. |
@atscott It's good for requested changes |
f342b71
to
d8890d4
Compare
You can preview d8890d4 at https://pr31575-d8890d4.ngbuilds.io/. |
export DefaultRouteStrategy class that was used internally and exposed, and add documentation for each one of methods
d8890d4
to
7698d26
Compare
You can preview 7698d26 at https://pr31575-7698d26.ngbuilds.io/. |
@abarghoud Could you address the final minor comment from Alex? This should be good to go after that; all the approvals are there. |
@atscott I am not sure of which comment you are talking as for this one #31575 (comment) I've removed that paragraph and for #31575 (comment) I did the correction |
@abarghoud My apologies! I was looking at the outdated comment #31575 (comment) that wasn't marked as resolved. I think everything looks good now. |
…ngular#31575) export DefaultRouteStrategy class that was used internally and exposed, and add documentation for each one of methods PR Close angular#31575
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. |
fix(router): need to export DefaultRouteReuseStrategy to Router public_api(#30827)
Importing DefaultRouteReuseStrategy is not working currently as it's not exported in index.ts file
Tests exist already.
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?
Not able to import DefaultRouteReuseStrategy from @angular/router
Issue Number: #30827
What is the new behavior?
Ability to import DefaultRouteReuseStrategy
Does this PR introduce a breaking change?
Other information