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

Can't use additional RxJS Operators when using require #6

Open
fingermark opened this issue Apr 24, 2017 · 0 comments
Open

Can't use additional RxJS Operators when using require #6

fingermark opened this issue Apr 24, 2017 · 0 comments

Comments

@fingermark
Copy link

RxCSS.animationFrame.combineLatest fails because combineLatest isn't defined. import 'rxjs/add/observable/combineLatest' has no affect. The only way I can get this to work with additional RxJS operators is: Rx.Observable.from(RxCSS.animationFrame).combineLatest

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

1 participant