angular router navigate then reload August 3, 2023 by Tarik Simple this.router.navigate(['path/to']) .then(() => { window.location.reload(); });