No Provider For SuperCoolService

Hi,

I’ve got this side project which contains my services (which I also use in normal web-apps).

I’ve been using this setup successfully for about a year or so, but now my Service is no longer Injectable in my AppComponent after Updating to RC3.

My regular services are being injected the others are not available it seems. I’m adding these as providers in my Main module by doing MyLib.forRoot() which should provide all my services.

This service only depends on Http and it should be the same version as my iOnic project. Anyone seen this before, know how to debug it?