diff --git a/packages/router/upgrade/src/upgrade.ts b/packages/router/upgrade/src/upgrade.ts index 5bcfa566b8..40e399e6b0 100644 --- a/packages/router/upgrade/src/upgrade.ts +++ b/packages/router/upgrade/src/upgrade.ts @@ -81,6 +81,6 @@ export function setUpRouterSync(injector: Injector, $injector: any) { $injector.get('$rootScope').$on('$locationChangeStart', (_: any, next: string, __: string) => { url.href = next; - router.navigateByUrl(url.pathname + url.search + url.hash, {replaceUrl: true}); + router.navigateByUrl(url.pathname + url.search + url.hash); }); } \ No newline at end of file