mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
Merge pull request #189 from driftyco/patch-1
change rxjs/Rxjs to rxjs/Observable
This commit is contained in:
commit
0b9f5d3ff2
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
/**
|
||||
* @name AdMob
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
declare var window;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
/**
|
||||
* @name Battery Status
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
/**
|
||||
* @name BLE
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
/**
|
||||
* @name Bluetooth Serial
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
/**
|
||||
* @name DB Meter
|
||||
* @description This plugin defines a global DBMeter object, which permits to get the decibel values from the microphone.
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
export interface AccelerationData {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
export interface CompassHeading {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
declare var window;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Cordova, Plugin} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
import {CordovaInstance} from './plugin';
|
||||
/**
|
||||
* Created by Ibrahim on 3/29/2016.
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Cordova, Plugin} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
/**
|
||||
* @name Keyboard
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova, CordovaProperty} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
declare var navigator: any;
|
||||
|
||||
|
@ -6,7 +6,7 @@ declare var window;
|
||||
declare var Promise;
|
||||
declare var $q;
|
||||
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
export interface ToastOptions {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user