Based on this route definition, what can be injected into UserDetailComponent constructor to get ahold of the id route parameter?
{path: 'user/:id', component: UserDetailComponent }
Based on this route definition, what can be injected into UserDetailComponent constructor to get ahold of the id route parameter?
{path: 'user/:id', component: UserDetailComponent }