Angular 2 Child Routing (v3) 'Cannot read property 'annotations' of undefined'
问题 I'm trying to play around in Angular 2 and get a test app running but I'm having some problems getting the routing to work in the latest version of the router (3.0.0 alpha-7). main.ts: import {bootstrap} from '@angular/platform-browser-dynamic'; import {AppComponent} from './app.component'; import {APP_ROUTER_PROVIDERS} from './app.routes'; bootstrap(AppComponent, [APP_ROUTER_PROVIDERS]); app.component.ts: import {Component} from '@angular/core'; import {ROUTER_DIRECTIVES} from '@angular