Change import order.
This commit is contained in:
parent
8b0d3decd4
commit
d91089238d
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user