Angular 2 Di not working - cannot resolve all parameters for
问题 I've created a simple Hello World app that works fine. But when I want to add a "Service" just a simple Di I got the following errors: angular2.dev.js:23877 EXCEPTION: Cannot resolve all parameters for 'AppComponent'(?). Make sure that all the parameters are decorated with Inject or have valid type annotations and that 'AppComponent' is decorated with Injectable. angular2-polyfills.js:469 Unhandled Promise rejection: Cannot resolve all parameters for 'AppComponent'(?). Make sure that all the