Javascript 从angular2中的其他模块链接到嵌套路由

Javascript 从angular2中的其他模块链接到嵌套路由,javascript,angularjs,angular,Javascript,Angularjs,Angular,当我想链接到其他组件时 <a [routerLink]="['/Benchmarking', ['Overview', {'groupId': group.id}]]>Link to other component with nested route</a> Uncaught EXCEPTION: Component "PanelApp" has no route named "Overview". in [['/Benchmarking', ['Overview',

当我想链接到其他组件时

<a [routerLink]="['/Benchmarking', ['Overview', {'groupId': group.id}]]>Link to other component with nested route</a>
Uncaught EXCEPTION: Component "PanelApp" has no route named "Overview". in [['/Benchmarking', ['Overview', {'groupId': group.id}]]