Przejdź do trasy i odśwież kątowy 6

this.router.navigate(['path/to'])
  .then(() => {
    window.location.reload();
  });
Coding Owl