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
Hi! I’m not very familiar with what all the script will change, but based on the error, it isn’t updating the top level Rx.Observable references. You’ll need to change those to be rxjs as in rxjs.from.
I want to read your book with rxjs6.
However, atfer upgrade version with guide in public documantation,
"npm install rxjs@6 rxjs-compat@6"
it doen't work
I got this problem
"node_modules/rxjs/bundles/Rx.js"
So i fixed that path to
"node_modules/rxjs/bundles/rxjs.umd.js"
I got this new error
"Rx is not defined"
How can i use rxjs6 this bank app and all example in your book?
The text was updated successfully, but these errors were encountered: