mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
import { ChangeDetectionStrategy, Component, ElementRef, Input, ViewChild, ViewEncapsulation } from '@angular/core';
|
||||
|
||||
import { isTrueProperty, assert } from '../../util/util';
|
||||
import { assert, isTrueProperty } from '../../util/util';
|
||||
|
||||
/**
|
||||
* @name Scroll
|
||||
|
||||
Reference in New Issue
Block a user