No input and No Output rename tslint rule (#2814)

This commit is contained in:
Eugenio Romano
2018-01-10 17:39:55 +00:00
committed by GitHub
parent 932a23d449
commit 95a33363cf
25 changed files with 46 additions and 18 deletions

View File

@@ -15,6 +15,8 @@
* limitations under the License.
*/
/* tslint:disable:no-input-rename */
import { ContentService } from '@alfresco/adf-core';
import { Directive, EventEmitter, Input, OnChanges, Output, SimpleChanges } from '@angular/core';
import { ProcessService } from './../services/process.service';

View File

@@ -15,6 +15,8 @@
* limitations under the License.
*/
/* tslint:disable:no-input-rename */
import { ContentService } from '@alfresco/adf-core';
import { Directive, EventEmitter, Input, OnChanges, Output, SimpleChanges } from '@angular/core';
import { TaskListService } from './../services/tasklist.service';