We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now it uses full rxjs package. Is it really needs the full set of operators? Maybe it can switch to rx-lite, or maybe just rx-core?
rxjs
rx-lite
rx-core
The text was updated successfully, but these errors were encountered:
require only rx4lite in runtime
0936079
fixes bsideup#6
Merge pull request #8 from lanwen/rxlite
94a2d5d
require only rx4lite in runtime. Closes #6
Successfully merging a pull request may close this issue.
Now it uses full
rxjs
package. Is it really needs the full set of operators?Maybe it can switch to
rx-lite
, or maybe justrx-core
?The text was updated successfully, but these errors were encountered: