reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Observable errors on Angular 6.1.0 #103

Closed baxelson12 closed 6 years ago

baxelson12 commented 6 years ago

With the update to rxjs, I am receiving errors using the npm installed package. ...rxjs/Observable"' has no exported member 'Observable'

npm install rxjs-compat@6 --save Fixes this for the time being, but locations need to be updated. Not sure if this is an issue if installed through git.

Thanks, Brad

pablorsk commented 6 years ago

Then, the problem is with Angular 6.1.0 rigth?

@maxi7587 can you test this situation?

maxi7587 commented 6 years ago

rxjs imports will be fixed in the next release. This wasn't changed in the current version of the library to mantain compatibility with Angular 5 users, as commented in #81.

Thanks for reporting! You'll can safely remove rxjs-compat from your package.json soon, in the next major release.

pablorsk commented 6 years ago

2.0.0-rc.2 released!

Migration guide: https://github.com/reyesoft/ngx-jsonapi/blob/v2.0/docs/migration.md