angular2-meteor-rxjs
Helpers for mapping meteor autorun contexts to observables
Remember that all of the exported observables are cold. That means that you have to subscribe before any action is taken, or you have to make them hot by other means.
Usage
AutorunObservable
Takes a callback as parameter that is run within an autorun context.
;
MeteorMethodObservable
Takes the name of the method and the parameters and wraps the result of the call into a observable.
; ;
ValidatedMethodObservable
Takes the validated method and the parameters and wraps the result of the call into a observable.
;; ;