diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index 5144c250ed..c19621c0c8 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -556,6 +556,7 @@ export class Router { * way the next navigation will be coming from the current URL in the browser. */ this.rawUrlTree = t.rawUrl; + this.browserUrlTree = t.urlAfterRedirects; t.resolve(null); return EMPTY; }