标签: angular angular-router
假设我有几条路线定义为:
'products' 'product/:id' 'product/:id/:type'
用过:
'products' 'product/123' 'product/123/2'
在这些例子中,我想获得当前路线,没有任何参数。分别为:
'products' 'product' 'product'
由于