gpt4 book ai didi

具有站点迁移功能的 Angular2 路由器

转载 作者:太空狗 更新时间:2023-10-29 19:35:26 28 4
gpt4 key购买 nike

我正在使用 RC5 和 "@angular/router": "3.0.0-rc.1" 我似乎无法捕捉到旧路线(示例):

/category/subcategory/subcategory/articlename

即使在 appRoutes 中使用默认的“pathMatch”参数。这是我的路线配置的片段:

export const appRoutes: Routes = [
{ path: 's/:q', component: SearchController },
{ path: ':slug', component: ArticleController },
{ path: '', component: HomeController, pathMatch: 'full' },
];

其他路线有效,就在我 try catch 所有路线以便我可以正确重定向它们时......想法?

最佳答案

包罗万象的路线是

{ path: '**', component: HomeController }

关于具有站点迁移功能的 Angular2 路由器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39061389/

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