Add new tslint rules (class-name, ordered-imports) and fix errors
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';
|
||||
import { Component, EventEmitter, Input, OnInit, Output} from '@angular/core';
|
||||
|
||||
import {Module} from '../../../config-serializer/config-items/Module';
|
||||
import {SvgModule} from '../module';
|
||||
|
||||
import {DataProviderService} from '../../../services/data-provider.service';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user