mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
24cf4eaa4d
No test was added for this case because I can't think of a test case to write that would work. This change updates the code for a consistent mental model of setting the `browserUrlTree`. It's only meant to track the `UrlTree` that the `UrlHandlingStrategy` is set to extract, not the full `rawUrl`. Notice that everywhere else, the `browserUrlTree` is set to `urlAfterRedirects`, which is computed based on the extracted URL, _not_ the `rawUrl`. PR Close #43426
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT