mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(): update rxjs
This commit is contained in:
@@ -6,7 +6,7 @@ declare var window;
|
||||
declare var Promise;
|
||||
declare var $q;
|
||||
|
||||
import {Observable} from '@reactivex/rxjs/dist/cjs/Rx';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
|
||||
|
||||
export const getPlugin = function(pluginRef: string): any {
|
||||
|
||||
Reference in New Issue
Block a user