fix(router): preserve fragment on initial load
This commit is contained in:
@ -123,7 +123,7 @@ export class Router {
|
||||
*/
|
||||
initialNavigation(): void {
|
||||
this.setUpLocationChangeListener();
|
||||
this.navigateByUrl(this.location.path());
|
||||
this.navigateByUrl(this.location.path(true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user