-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgraded to beta.12 and RxJS beta.3 - works, but warning #468
Comments
Angular 2 only supports rxjs beta.2 at the moment |
Yes, but it perfectly works with beta.3 :) |
I updated the repo to beta.12 for rxjs beta.3 the angular2 repo needs to be updated. I'm going to close this now until the angular2 repo is updated |
I'm updating the repo to rxjs 4 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
ok, changes:
package.json (I have some extra - bootstrap, crypto-js, jQuery here):
vendor.ts - had to add some Rx operators in order to have it compile:
Now, I use Observable.fromPromise in one of my files and I had to use this import to get it compile:
but then I get warning:
So I wonder how this can be fixed. Other then that it works.
The text was updated successfully, but these errors were encountered: