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