From 79d4b16f8a87f13b0acc0c26e3c9227d649ed42d Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 8 May 2019 16:05:31 -0700 Subject: [PATCH] Revert "Revert "fix(router): fix a problem with router not responding to back button (#30160)" (#30320)" (#30344) This reverts commit 8ced321bb65087c83ef5e3aed00ef4ab569514db. PR Close #30344 --- packages/router/src/router.ts | 1 + 1 file changed, 1 insertion(+) 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; }