Change import order.

This commit is contained in:
Alexis Lahouze 2017-07-21 00:32:51 +02:00
parent 8b0d3decd4
commit d91089238d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { Component, ViewChild, AfterViewChecked, Input, Output, EventEmitter } from '@angular/core';
import { AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
import { NgForm } from '@angular/forms';
import { Logger } from '@nsalaun/ng-logger';