ember-rx-shim

0.1.4 • Public • Published

ember-rx-shim Build Status

A simple addon for adding RxJS 5 to your Ember.js app.

Purpose

This only makes the library available for consumption as ES6 modules, and will, in the future, be responsible for the most basic level of integration. Anything further should be accomplished via other addons that bring this one in as a dependency.

Installation

You can install this addon using ember-cli

ember install ember-rx-shim

Use

RxJS may be imported as ES6 modules

import Rx from 'rxjs/Rx';
 
let observable = new Rx.Observable((observer) => {
  ...
});
 

Contributing

  • git clone <repository-url> this repository
  • cd ember-rx-shim
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

Package Sidebar

Install

npm i ember-rx-shim

Weekly Downloads

3

Version

0.1.4

License

MIT

Last publish

Collaborators

  • northm