Back to home page on back button click

PHOTO EMBED

Sat Jan 16 2021 09:35:33 GMT+0000 (Coordinated Universal Time)

Saved by @zinotrust #html

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