fix(router): Remove urlHandlingStrategy from public Router properties#51631
fix(router): Remove urlHandlingStrategy from public Router properties#51631atscott wants to merge 1 commit intoangular:mainfrom
urlHandlingStrategy from public Router properties#51631Conversation
|
note: blocked by 2 remaining uses in g3 (cl/560104673, cl/560104678) |
This commit removes the `urlHandlingStrategy` from the public Router's API BREAKING CHANGE: `urlHandlingStrategy` has been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs.
e47bdf1 to
16723ba
Compare
AndrewKushnir
left a comment
There was a problem hiding this comment.
Reviewed-for: public-api
|
caretaker note: cl/560104678 is not submitted but every reviewer has removed themselves from the change. Please merge this PR and refer to that CL if anyone reaches out to you due to the breakage. |
jessicajaniuk
left a comment
There was a problem hiding this comment.
reviewed-for: public-api
|
This PR was merged into the repository by commit b2aff43. |
|
Looks like this caused several G3 issues and needs to be reverted for now. |
…properties (angular#51631)" This reverts commit b2aff43.
|
We were able to resolve the G3 issues. Closing again. |
|
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. |
…es (angular#51631) This commit removes the `urlHandlingStrategy` from the public Router's API BREAKING CHANGE: `urlHandlingStrategy` has been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs. PR Close angular#51631
This commit removes the
urlHandlingStrategyfrom the public Router's APIBREAKING CHANGE:
urlHandlingStrategyhas been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs.