Want to set SkipLocationChange to true as default for my Angular2 app.
how? For example, an app may have several calls to router.navigate
this.router.navigate(['/path', arg], {skipLocationChange:true})
Maybe there are 50 calls to router.navigate, which requires boilerplating this option skipLocationChange:true 50 times...