Back to Rxjs

This is RxJS v 4. Find the latest version here

doc/gettingstarted/creatingquerying.md

4.1.0521 B
Original Source

This is RxJS v 4. Find the latest version here

Creating and Querying Observable Sequences

This section describes how you can create and subscribe to an observable sequence, convert an existing JavaScript event and query it.

  1. Creating and Subscribing to Simple Observable Sequences
  2. Bridging to Events
  3. Bridging to Callbacks and Promises
  4. Querying Observable Sequences
  5. Operators by Category