A collection of extensions for the awesome RxJS library.
- main - Contains the next version
npm install @ckapp/rxjs-snafu@next
- next - Contains the latest stable version
npm install @ckapp/rxjs-snafu@latest
Most PRs should be made to main
.
Check our branching and release strategy.
If you want to use rxjs-snafu
in our application, make sure that you also install rxjs
using
npm i rxjs
npm i @ckapp/rxjs-snafu
npm test
run tests