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,4 +1,4 @@
import { Component, Input, Output, EventEmitter } from '@angular/core';
import { Component, EventEmitter, Input, Output } from '@angular/core';
@Component({
selector: 'layers',