Closed baxelson12 closed 6 years ago
Then, the problem is with Angular 6.1.0 rigth?
@maxi7587 can you test this situation?
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.
2.0.0-rc.2 released!
Migration guide: https://github.com/reyesoft/ngx-jsonapi/blob/v2.0/docs/migration.md
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