mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
refactor(appodeal): fix rxjs import
This commit is contained in:
parent
d68a0373e8
commit
a6450c6d07
@ -1,5 +1,5 @@
|
||||
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
||||
import { Observable } from 'rxjs';
|
||||
import { Observable } from 'rxjs/observable';
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user