@sikora00/rxjs-overlay

Additional operators for rxjs

Usage no npm install needed!

<script type="module">
  import sikora00RxjsOverlay from 'https://cdn.skypack.dev/@sikora00/rxjs-overlay';
</script>

README

rxjs-overlay

build version downloads license

New observables:

  • spawn - return an observable which emits onece at the end of the command life and a function which spawn the command

New operators:

  • filterFalsy - alias for the filter(Boolean) operator
  • ngUnsubscribe (deprecated) - complete observable on ngOnDestroy