Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 788 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 788 Bytes

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