0.1.4 • Published 9 years ago
ember-rx-shim v0.1.4
ember-rx-shim 
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-shimUse
RxJS may be imported as ES6 modules
import Rx from 'rxjs/Rx';
let observable = new Rx.Observable((observer) => {
...
});Contributing
git clone <repository-url>this repositorycd ember-rx-shimnpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.