angular 2 route to 404 page when route param is invalid

后端 未结 4 1841
闹比i
闹比i 2021-02-14 01:17

Say I have an route with a param like this (in Angular 2): /user1/products/:id, which could have child routes like /user1/products/3/reviews.

W

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-14 01:47

    Its really interesting question, perhaps you should report it as feature request. I would be nice to have access to router instruction inside loader callback of RouteDefinition.

    You could try to emulate validation adding default route /** and using regex parameter of RouteDefinition to match only positive numbers.

提交回复
热议问题