mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-22 02:34:01 +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 { Injectable } from '@angular/core';
|
||||||
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs/observable';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name FTP
|
* @name FTP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user