kittencup / angular2-ama-cn

angular2 随便问
692 stars 101 forks source link

router is not work? #190

Closed ruanzy closed 8 years ago

ruanzy commented 8 years ago

const routes: RouterConfig = [ { path:'', component: IndexComponent, children:[ { path: 'a', component: AComponent } ] }, { path: 'login', component: LoginComponent } ];

EXCEPTION: Error: Uncaught (in promise): Error: Cannot match any routes: ''

ruanzy commented 8 years ago

I have solved。 tks!