Arahkan ke rute dan menyegarkan sudut 6

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