标签: angular angular-ui-router
我基本上需要使用my-domain.com/property-123456之类的路由,而不是my-domain / property / 123456。 “属性”前缀的作用类似于文件夹名称。 该应用无法识别以下内容,并重定向到首页
{ path: '/property-:id', component: SinglePropertyComponent, data: { depth: 3 } },
是否可以在Angular 5+中做到这一点?
谢谢