Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i use this example with rxjs6 version? #13

Open
gunheekim90 opened this issue Nov 3, 2019 · 1 comment
Open

How can i use this example with rxjs6 version? #13

gunheekim90 opened this issue Nov 3, 2019 · 1 comment

Comments

@gunheekim90
Copy link

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?

@paulpdaniels
Copy link
Contributor

paulpdaniels commented Nov 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants