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
if (currentUrl.indexOf('/settings') > -1) { this.router.navigateByUrl('/communication').then(() => this.router.navigateByUrl('/settings')); } else { this.router.navigate(['/settings']); }