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