Revert "Don't update the location during initial router navigation"
This reverts commit d5066a9a0f
.
This commit is contained in:
parent
d5066a9a0f
commit
62dd3ceb64
|
@ -518,7 +518,7 @@ export class RootRouter extends Router {
|
|||
});
|
||||
|
||||
this.registry.configFromComponent(primaryComponent);
|
||||
this.navigateByUrl(location.path(), true);
|
||||
this.navigateByUrl(location.path());
|
||||
}
|
||||
|
||||
commit(instruction: Instruction, _skipLocationChange: boolean = false): Promise<any> {
|
||||
|
|
Loading…
Reference in New Issue