I'm using this tutorial to lean how to migrate from Angular1 to Angular2.
At the end of the step 4 Upgrading the Phone Service,
after fix typo error,
when I want to check the running application with "npm start", I got this error :
Unknown provider: phoneProvider <- phone
You can reproduce this error by cloning my GitHub repository that contains all the steps of this tutorial:
git clone https://github.com/ltrillaud/angular-phonecat.git
git co 12866b6ba3ab82bd3fbe0a692f55bacac91040b2
I expect to have an application running in hybrid mode with Angular2 services inside an Angular1 application.