gpt4 book ai didi

angular - Angular 9中的空路由断言错误

转载 作者:行者123 更新时间:2023-12-03 17:00:56 25 4
gpt4 key购买 nike

我的模块中有以下路由器配置:

const publicRoutes: Routes = [
{
path: 'public',
component: PublicComponent,
children: [
{path: 'sign', component: SignComponent},
{path: '', redirectTo: '/public/sign', pathMatch: 'full'},
{path: '**', redirectTo: 'sign'},
]
},
];

但是当我只导航到/public 时,我没有被重定向,但我得到 ERROR Error: ASSERTION ERROR: Type passed in is not ComponentType, it does not have 'ɵcmp' property.你能给我的生活带来一点光明吗?我迷路了。

最佳答案

当这发生在我身上时,问题是我的一条路线指向一个非组件类(与我想要指向的组件类的名称相似,我只是粗略地导入)。在这里发布这个希望它可以帮助其他人,如果你面对这个问题,因为我在一个非常简单的修复上挠了挠头。

关于angular - Angular 9中的空路由断言错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60978243/

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