angular2-course
angular2-course copied to clipboard
For lecture 120 - Route Parameters, how come we did not add RouteParams to the provider property? As it is a dependency.
I thought all dependencies need to be added on the providers property.
providers: [PhotoService, HTTP_PROVIDERS]