I am currently writing my first Angular 2 Application. I have an OverviewComponent which has the following simple template:
Use this on your constructor()
constructor()
this.router.routeReuseStrategy.shouldReuseRoute = () => false;