chore(lint): fix all code that doesn't pass tslint

* chore(lint): update to work with newer tslint

* chore(lint): fix all code that doesnt pass tslint

fix all code that doesnt pass tslint
This commit is contained in:
Dan Bucholtz
2017-07-05 16:21:55 -05:00
committed by GitHub
parent eb830d4202
commit efd54750bf
162 changed files with 626 additions and 470 deletions

View File

@@ -1,6 +1,6 @@
import { ContentChildren, Directive, ElementRef, EventEmitter, forwardRef, Input, Output, QueryList, NgZone, Renderer } from '@angular/core';
import { ContentChildren, Directive, ElementRef, EventEmitter, Input, NgZone, Output, QueryList, Renderer, forwardRef } from '@angular/core';
import { Ion } from '../ion';
import { isTrueProperty, assert } from '../../util/util';
import { assert, isTrueProperty } from '../../util/util';
import { Config } from '../../config/config';
import { Platform } from '../../platform/platform';