l'itinéraire n'obtient pas de rafraîchissement avec une pièce d'identité différente en angulaire

const id= this.route.snapshot.paramMap.get('id');
this.router.navigateByUrl('/departments', { skipLocationChange: true }).then(() => {
    this.router.navigate([`departments/${id}/employees`]);
});
Royal Goyal