I have recently updated to the new RC3 and Router3alpha and it seems some things have changed.
I noticed that a click on the link of an active route does no longer r
this worked for me, taken from this:
redirectTo(uri) { this.router.navigateByUrl('/', {skipLocationChange: true}).then(() => this.router.navigate([uri])); }
now you can use like: this.redirectTo(this.router.url);
this.redirectTo(this.router.url)