Skip to content

Latest commit

 

History

History

rxjs-overlay

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