constructor(private router: Router) { this.router.routeReuseStrategy.shouldReuseRoute = function() { return false; }; }