if (window.location.pathname !== "/home") {
  this.router.navigateByUrl("home");
}