refractor Observable imports

This commit is contained in:
Ibrahim Hadeed 2016-05-20 16:59:18 -04:00
parent bcdec67c2e
commit 9987fb24da
14 changed files with 20 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
import {Plugin, Cordova} from './plugin';
import {Observable} from 'rxjs/Observable';
import {Observable} from 'rxjs/Rx';
/**
* @name DB Meter
* @description This plugin defines a global DBMeter object, which permits to get the decibel values from the microphone.

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
import {Cordova, Plugin} from './plugin';
import {Observable} from 'rxjs/Observable';
import {Observable} from 'rxjs/Rx';
import {CordovaInstance} from './plugin';
/**
* Created by Ibrahim on 3/29/2016.

View File

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

View File

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

View File

@ -6,7 +6,7 @@ declare var window;
declare var Promise;
declare var $q;
import {Observable} from 'rxjs/Observable';
import {Observable} from 'rxjs/Rx';
/**
* @private

View File

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