mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
refactor(ftp): fix rxjs import
This commit is contained in:
parent
a6450c6d07
commit
8b1bb3ba17
@ -1,6 +1,6 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||
import { Observable } from 'rxjs';
|
||||
import { Observable } from 'rxjs/observable';
|
||||
|
||||
/**
|
||||
* @name FTP
|
||||
|
Loading…
Reference in New Issue
Block a user