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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/Observable'; import { Observable } from 'rxjs';
export interface Printer { export interface Printer {
/** /**