mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b2aff43621
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 #51631