mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
refractor Observable imports
This commit is contained in:
@@ -6,7 +6,7 @@ declare var window;
|
||||
declare var Promise;
|
||||
declare var $q;
|
||||
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
import {Observable} from 'rxjs/Rx';
|
||||
|
||||
/**
|
||||
* @private
|
||||
@@ -335,4 +335,4 @@ export function InstanceProperty(target: Function, key: string, descriptor: Type
|
||||
};
|
||||
|
||||
return descriptor;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user