RouteParams in Angular 2 rc1
问题 I've been trying out Angular 2 since beta, and now with rc.0+ some things have changed. One of those are RouteParams which cannot be imported from @angular/router. And when I try with @angular/router-deprecated I get an error message: ORIGINAL EXCEPTION: No provider for RouteParams! app.component: @Routes([ { path: '/', component: StartComponent }, {path: '/:projId/:userName', component: ProjectListComponent}, { path: '*', component: StartComponent }, ]) project-list.component: import