Add new tslint rules (class-name, ordered-imports) and fix errors

This commit is contained in:
Farkas József
2016-09-01 22:20:21 +02:00
parent 934e02d7e1
commit df79c1aaea
63 changed files with 156 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
import {
Component, Input, OnInit, style,
state, animate, transition, trigger, OnChanges
Component, Input, OnChanges, OnInit, animate,
state, style, transition, trigger
} from '@angular/core';
import { KeyAction } from '../../../config-serializer/config-items/KeyAction';