gpt4 book ai didi

angular - 无法匹配任何路线 angular 2.0.1

转载 作者:太空狗 更新时间:2023-10-29 18:33:04 24 4
gpt4 key购买 nike

我的 plunkr 有问题。 http://plnkr.co/edit/70ZFRPJdAraDDV8heMlo?p=preview

const routes = [
{path: 'test', component: Test},
{path: 'home', component: HomeComponent},
{path: '', redirectTo: 'home', pathMatch: "full"}
];

this.router.navigate('/test');

我不能简单地执行 router.navigate。我有错误:

Error: Cannot match any routes. URL Segment: 't/e/s/t'

我觉得一切正常。与 Cannot match any routes: '' 有关但我没有任何子路线。

谢谢

最佳答案

添加[]

this.router.navigate(['/test']);

或使用navigateByUrl()

this.router.navigateByUrl('/test');

Plunker example

关于angular - 无法匹配任何路线 angular 2.0.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40462626/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com