refactor(iab): fix rxjs 6 import

This commit is contained in:
Daniel 2018-04-21 15:49:43 +02:00
parent f348f95e56
commit fbaacfb572

View File

@ -1,4 +1,4 @@
import { Observable } from 'rxjs/Observable'; import { Observable } from 'rxjs';
declare const cordova: Cordova & { InAppBrowser: any }; declare const cordova: Cordova & { InAppBrowser: any };