标签: angular routes
我想在默认组件(即登录页面)中获取url参数。
我使用了下面给出的路线。
order=date
然后Iam尝试使用以下方法获取值:
export const appRoutes:Routes = [ {path:':id', component:myComponent} ]
URL结构如下
link to project