📌  相关文章
📜  angular go to route - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:24.478000             🧑  作者: Mango

代码示例4
// Here’s a basic example using the navigate method:

goPlaces() {
  this.router.navigate(['/', 'page-name']);
}

/*
I hope it will help you.
Namaste
*/