Merge pull request #189 from driftyco/patch-1

change rxjs/Rxjs to rxjs/Observable
This commit is contained in:
Ibrahim Hadeed
2016-06-03 10:15:15 -04:00
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {Plugin, Cordova} from './plugin';
import {Observable} from 'rxjs/Rx';
import {Observable} from 'rxjs/Observable';
export interface ToastOptions {
/**