retryLastActiveUrlAgain()

in src/app/components/error-view/error-view.component.ts [39:45]


  retryLastActiveUrlAgain() {
    if (this.lastActiveUrl) {
      this.router.navigateByUrl(this.lastActiveUrl);
    } else {
      this.router.navigateByUrl('/');
    }
  }