Fix import to use @reactivex/rxjs

This commit is contained in:
Daniel Imhoff
2016-09-09 14:45:24 -05:00
parent 7f77b8f069
commit 9d35567cb5
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin';
import { Observable } from 'rxjs/Observable';
import { Observable } from '@reactivex/rxjs';
/**