Fix import to use @reactivex/rxjs

This commit is contained in:
Daniel Imhoff 2016-09-09 14:45:24 -05:00
parent 7f77b8f069
commit 9d35567cb5
28 changed files with 28 additions and 28 deletions

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
declare var window: any; declare var window: any;

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name AdMob * @name AdMob

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name Battery Status * @name Battery Status

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name BLE * @name BLE

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name Bluetooth Serial * @name Bluetooth Serial

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
export interface CameraPreviewRect { export interface CameraPreviewRect {

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
// below are taken from // below are taken from
// https://raw.githubusercontent.com/Microsoft/cordova-plugin-code-push/master/typings/codePush.d.ts // https://raw.githubusercontent.com/Microsoft/cordova-plugin-code-push/master/typings/codePush.d.ts

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
export interface DeeplinkMatch { export interface DeeplinkMatch {

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
export interface AccelerationData { export interface AccelerationData {

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
export interface CompassHeading { export interface CompassHeading {

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name EstimoteBeacons * @name EstimoteBeacons

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name Geofence * @name Geofence
* @description Monitors circular geofences around latitude/longitude coordinates, and sends a notification to the user when the boundary of a geofence is crossed. Notifications can be sent when the user enters and/or exits a geofence. * @description Monitors circular geofences around latitude/longitude coordinates, and sends a notification to the user when the boundary of a geofence is crossed. Notifications can be sent when the user enters and/or exits a geofence.

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
declare var navigator: any; declare var navigator: any;

View File

@ -1,5 +1,5 @@
import { Cordova, CordovaInstance, Plugin } from './plugin'; import { Cordova, CordovaInstance, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
declare var cordova: any; declare var cordova: any;

View File

@ -1,5 +1,5 @@
import { Plugin, CordovaInstance } from './plugin'; import { Plugin, CordovaInstance } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
declare var cordova: any; declare var cordova: any;

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**

View File

@ -1,5 +1,5 @@
import { Cordova, CordovaProperty, Plugin } from './plugin'; import { Cordova, CordovaProperty, Plugin } from './plugin';
import { Observable } from 'rxjs/Rx'; import { Observable } from '@reactivex/rxjs';
declare var navigator: any; declare var navigator: any;

View File

@ -1,5 +1,5 @@
import { CordovaInstance, Plugin } from './plugin'; import { CordovaInstance, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
declare var Media: any; declare var Media: any;

View File

@ -1,5 +1,5 @@
import { Plugin, Cordova } from './plugin'; import { Plugin, Cordova } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name MusicControls * @name MusicControls
* @description * @description

View File

@ -1,5 +1,5 @@
import { Cordova, CordovaProperty, Plugin } from './plugin'; import { Cordova, CordovaProperty, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
declare var navigator: any; declare var navigator: any;

View File

@ -1,5 +1,5 @@
import { Plugin, Cordova } from './plugin'; import { Plugin, Cordova } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name NFC * @name NFC
* @description * @description

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**

View File

@ -1,5 +1,5 @@
import { get } from '../util'; import { get } from '../util';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
declare var window; declare var window;
declare var Promise; declare var Promise;

View File

@ -1,5 +1,5 @@
import { Plugin, Cordova } from './plugin'; import { Plugin, Cordova } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
/** /**
* @name Shake * @name Shake
* @description Handles shake gesture * @description Handles shake gesture

View File

@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin'; import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable'; import { Observable } from '@reactivex/rxjs';
export interface ToastOptions { export interface ToastOptions {