You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm upgrading from an old version of the builder "@mean-expert/loopback-sdk-builder": "2.1.0-rc.9",
to 2.3.1 (the current version)
In my angular 4 client, I've been using rxjs 5.4.3, but I get errors like:
datasdk/services/core/error.service.ts (4,22): Module '"/node_modules/rxjs/Rx"' has no exported member 'throwError'
I've tried the latest rxjs releases from 6 up, but can't seem to find one that builds.
Any suggestions? Is this in the docs somewhere and I missed it?
The text was updated successfully, but these errors were encountered:
What type of issue are you creating?
What version of this module are you using?
Write other if any:
Please add a description for your issue:
I'm upgrading from an old version of the builder "@mean-expert/loopback-sdk-builder": "2.1.0-rc.9",
to 2.3.1 (the current version)
In my angular 4 client, I've been using rxjs 5.4.3, but I get errors like:
datasdk/services/core/error.service.ts (4,22): Module '"/node_modules/rxjs/Rx"' has no exported member 'throwError'
I've tried the latest rxjs releases from 6 up, but can't seem to find one that builds.
Any suggestions? Is this in the docs somewhere and I missed it?
The text was updated successfully, but these errors were encountered: