fix(str-prnt): rxjs 6 import

This commit is contained in:
Daniel Sogl
2018-05-05 10:26:23 +02:00
committed by GitHub
parent e0b0687004
commit 48714d72d6
+1 -1
View File
@@ -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 {
/**