this.router.navigate(commands, { relativeTo: componentInstance.activatedRoute }) code example
Example: angular router navigate
// Here’s a basic example using the navigate method:
goPlaces() {
this.router.navigate(['/', 'page-name']);
}
/*
I hope it will help you.
Namaste
*/