From 3edd62e56c5c96ed4011014a7fad7bd93db6a607 Mon Sep 17 00:00:00 2001 From: "shinya.saiho" Date: Thu, 27 Dec 2018 17:31:04 +0900 Subject: [PATCH] chore(template): reorder imports (#2839) --- 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 ede61924a..87f1e4641 100644 --- a/scripts/templates/wrap-min.tmpl +++ b/scripts/templates/wrap-min.tmpl @@ -10,7 +10,7 @@ * */ import { Injectable } from '@angular/core'; -import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core'; +import { Cordova, CordovaInstance, CordovaProperty, InstanceProperty, IonicNativePlugin, Plugin } from '@ionic-native/core'; import { Observable } from 'rxjs/Observable'; /** diff --git a/scripts/templates/wrap.tmpl b/scripts/templates/wrap.tmpl index ede61924a..87f1e4641 100644 --- a/scripts/templates/wrap.tmpl +++ b/scripts/templates/wrap.tmpl @@ -10,7 +10,7 @@ * */ import { Injectable } from '@angular/core'; -import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core'; +import { Cordova, CordovaInstance, CordovaProperty, InstanceProperty, IonicNativePlugin, Plugin } from '@ionic-native/core'; import { Observable } from 'rxjs/Observable'; /**