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,14 +15,13 @@
* limitations under the License.
*/
/* tslint:disable:component-selector */
/* tslint:disable:component-selector no-access-missing-member no-input-rename */
/* tslint:disable:no-access-missing-member */
import { Component, ElementRef, Input, ViewEncapsulation } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { WidgetComponent } from './../widget.component';
import { Component, ElementRef, Input, ViewEncapsulation } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { WidgetComponent } from './../widget.component';
@Component({
@Component({
selector: 'analytics-checkbox-widget',
templateUrl: './checkbox.widget.html',
encapsulation: ViewEncapsulation.None