Skip to content

Instantly share code, notes, and snippets.

@fxck
Created November 4, 2015 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxck/9b450f9f83fe7da747ab to your computer and use it in GitHub Desktop.
Save fxck/9b450f9f83fe7da747ab to your computer and use it in GitHub Desktop.
import * as Rx from 'rx';
---
import * as Rx from '@reactivex/rxjs';
---
import * as Rx from '../../vendor/angular2/node_modules/@reactivex/rxjs/dist/cjs/Rx';
---
import * as Rx from '../../vendor/angular2/node_modules/@reactivex/rxjs/dist/es6/Rx';
---
import * as Rx from '../../vendor/angular2/node_modules/@reactivex/rxjs/dist/global/Rx';
---
import * as Rx from '../../vendor/angular2/node_modules/@reactivex/rxjs/dist/global/Rx';
---
import * as Rx from '../../vendor/rx/dist/rx.all';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment