proppy-rx
RxJS integration package for ProppyJS
Guide
Installation
With npm:
$ npm install --save proppy rxjs proppy-rx
Via unpkg CDN:
Usage
With the withStream
function, you can map an incoming stream of props and return a new stream:
;;; const P = ;
Interop with RxJS
You can also convert your instance to a props stream using RxJS:
; const props$ = ;
API
withStream
withStream((props$, providers) => props$)
Used for taking an incoming stream of props, and returning a new stream.
from
from(p)
Returns an Observable of props.