mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
fix(str-prnt): rxjs 6 import
This commit is contained in:
parent
e0b0687004
commit
48714d72d6
@ -1,6 +1,6 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
export interface Printer {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user