This reverts commit de67978a7d
.
PR Close #35882
This commit is contained in:
parent
716d50aa21
commit
98a9daf4f4
|
@ -163,7 +163,6 @@ export class RouterLink {
|
||||||
const extras = {
|
const extras = {
|
||||||
skipLocationChange: attrBoolValue(this.skipLocationChange),
|
skipLocationChange: attrBoolValue(this.skipLocationChange),
|
||||||
replaceUrl: attrBoolValue(this.replaceUrl),
|
replaceUrl: attrBoolValue(this.replaceUrl),
|
||||||
state: this.state
|
|
||||||
};
|
};
|
||||||
this.router.navigateByUrl(this.urlTree, extras);
|
this.router.navigateByUrl(this.urlTree, extras);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue