From c63895db191737bca0c9dab95c4ccd7287245f77 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 9 Apr 2018 21:59:34 +0200 Subject: [PATCH] refactor(scripts): use rxjs 6 syntax for plugin templates --- scripts/templates/wrap-min.tmpl | 2 +- scripts/templates/wrap.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/templates/wrap-min.tmpl b/scripts/templates/wrap-min.tmpl index dde30c4ba..db88c1d9c 100644 --- a/scripts/templates/wrap-min.tmpl +++ b/scripts/templates/wrap-min.tmpl @@ -12,7 +12,7 @@ */ import { Injectable } from '@angular/core'; import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core'; -import { Observable } from 'rxjs/Observable'; +import { Observable } from 'rxjs'; /** * @name {{ Plugin_Name }} diff --git a/scripts/templates/wrap.tmpl b/scripts/templates/wrap.tmpl index dde30c4ba..db88c1d9c 100644 --- a/scripts/templates/wrap.tmpl +++ b/scripts/templates/wrap.tmpl @@ -12,7 +12,7 @@ */ import { Injectable } from '@angular/core'; import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core'; -import { Observable } from 'rxjs/Observable'; +import { Observable } from 'rxjs'; /** * @name {{ Plugin_Name }}