是否有可能指定路由器插座?也许有身份证或其他什么?
这就是我需要做的事情:
@routes:{path:'/data', component:datacomponent},
{path:'/charts, component:chartcomponent},
{path: '/overview', component:???chartcomponent,datacomponent???}
我需要能够将多个组件插入一个路由,或指定路由器插座(如果可以两次或更多次使用相同的路径)。
如您所见,这是Angular2。 实际上我没有办法使用路由器 - 已弃用,因为我需要从新路由器获得提供程序和指令以保持我的应用程序运行。