我一直在环顾四周,但仍未找到适合我的特定示例的答案。
{ path: "", component: NavbarComponent },
{
path: "signup",
component: UserComponent,
children: [
{
path: "",
component: SignupComponent,
},
],
},
];
我想从signupcomponent导航回导航栏组件。 SO上的其他一些答案说可以做类似的事情:this.router.navigate([“ ./”],{relativeTo:this.route});但这不起作用。谢谢您的帮助。
答案 0 :(得分:0)
您可以使用按钮和href属性,例如:
source = null;