Angular 2 如果路径不存在,如何重定向到 404 或其他路径
2022-08-30 05:13:39
我试图重定向404其他路径,如果路径不存在于角度2/
我尝试研究有一些方法可以用于角1,但不是角2。
这是我的代码:
@RouteConfig([
{
path: '/news',
name: 'HackerList',
component: HackerListComponent,
useAsDefault: true
},
{
path: '/news/page/:page',
name: 'TopStoriesPage',
component: HackerListComponent
},
{
path: '/comments/:id',
name: 'CommentPage',
component: HackerCommentComponent
}
])
举个例子,如果我重定向到,那么它的工作原理,它返回给我一个空页面,你如何处理这种情况发生?/news/page/