Angular 2 - 在子模块

时间:2017-02-14 14:39:49

标签: angular angular2-routing router-outlet

我尝试在我的应用程序中使用子模块中的命名路由器插座,但当我将它们放在子模块中时,我得到错误路径的错误:

Error: Cannot match any routes. URL Segment: 'dashboard/dashboard'

有一个例子,主应用程序级别的'aux'插座工作正常,但是当我在仪表板模块中放入'auxdash'插座时,请不要wotk:

http://plnkr.co/edit/1VXpKqbVVZnOLRLtpoxY?p=preview

问题是我必须将path属性保留为空:

{ path: '', component: DashboardComponent, outlet: 'auxdash' }

我做错了什么,或者这是Angular2路由中的一些错误?

0 个答案:

没有答案