forked from github/awesome-cordova-plugins
refactor(iab): fix rxjs 6 import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
declare const cordova: Cordova & { InAppBrowser: any };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user