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,7 +1,8 @@
import { Component, Input, Output, EventEmitter } from '@angular/core';
import { Component, EventEmitter, Input, Output } from '@angular/core';
import {KeyAction} from '../../../config-serializer/config-items/KeyAction';
import { SvgKeyboardKey } from '../keys';
import {KeyAction} from '../../../config-serializer/config-items/KeyAction';
@Component({
selector: 'g[svg-module]',