diegomvh / angular-odata

Client side OData typescript library for Angular
https://www.npmjs.com/package/angular-odata
MIT License
50 stars 14 forks source link

NullInjectorError: No provider for ODataService! #2

Closed JoaoEdu93 closed 5 years ago

JoaoEdu93 commented 5 years ago

Hi!

I have followed the steps described on README and I'm getting the error 'NullInjectorError: No provider for ODataService!'. Can you help me, please?

Thanks

diegomvh commented 5 years ago

hi @JoaoEdu93 many thanks for your issue report, i forgot add the OData Service as a provider D'oh

Now is fixed.

... i think