How can i route in an Angular 2 app without changing the URL? (this is because the app is located under one of several tabs on a page of a Django app, where it\'s suitable t
Finally its working in Angular2 final release. You need to pass { skipLocationChange: true } while navigating to the path i.e.
this.router.navigateByUrl('path', { skipLocationChange: true });