What you are looking for is Angulars skipLocationChange, this is what Angular refers to as "NavigationExtras". Here is the documentation: Angular docs on NavExtras
// Navigate silently to /view
this.router.navigate(['/view'], { skipLocationChange: true });