I have router link like below:
I want t
Try this in your component:(I am using it with Angular 5.x)
this.router.navigate(['/dashboard'], {skipLocationChange: true, replaceUrl: false});