- Source:
Members
(static, constant) exports.ajax
- Source:
Make a cancellable XHR request
(static, constant) exports.fromEvent
- Source:
Will create an observable that will listen for an event on a DOM element
Utilizes the makeHot
method so that the event does not get reattached on every subscription
(static, constant) exports.fromPromise
- Source:
Turns a promise into an observable that emits the value of the promise and then completes
(static, constant) exports.interval
- Source:
Creates an interval that will count on every interval tick
(static, constant) exports.of
- Source:
Takes any number of arguments and outputs them in order in an Observable stream
(static, constant) exports.range
- Source:
Output a range of numbers to an Observable stream