mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
726530a9af
There are cases where the application's default behavior is 'reload' and a certain navigation might want to override this to be `ignore` instead. This commit allows `onSameUrlNavigation` in the `router.navigateByUrl` to be `ignore` where it was previously restricted to only `reload`. PR Close #52265