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 }}