Navegue para rotear e atualizar o Angular 6
this.router.navigate(['path/to'])
.then(() => {
window.location.reload();
});
Coding Owl
this.router.navigate(['path/to'])
.then(() => {
window.location.reload();
});