refactor: follow order-imports lint rule

This commit is contained in:
Daniel
2018-09-17 17:50:36 +02:00
parent 0c7cfeeeb8
commit c1e1c5cb79
137 changed files with 150 additions and 151 deletions
@@ -2,8 +2,8 @@ import { Injectable } from '@angular/core';
import {
Cordova,
CordovaProperty,
Plugin,
IonicNativePlugin
IonicNativePlugin,
Plugin
} from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';