refactor(appodeal): fix rxjs import

This commit is contained in:
Daniel 2018-04-21 15:29:47 +02:00
parent d68a0373e8
commit a6450c6d07

View File

@ -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';
/**