-
Notifications
You must be signed in to change notification settings - Fork 8
radioactive.rx
aldonline edited this page Oct 16, 2014
·
5 revisions
radioactive.rx lets you expose an Rx.Observable as a radioactive expression and viceversa. Docs are coming. In the meantime check out the unit tests.
radioactive.rx( expr: Function ) : Rx.Observable
radioactive.rx( obs: Rx.Observable ) : Function
radioactive.rx( obs: Rx.Observable, ( expr: Function ) => void ) : Rx.Observable
radioactive.rx( expr: Function, ( obs: Rx.Observable ) => void ) : Function
- Radioactive Tutorial
- API
- working with data
- publishing datasources
- utility
- Typescript Definition