mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
chore(tslint): fix linter rerror
This commit is contained in:
@ -166,7 +166,7 @@ export class NativeInput {
|
|||||||
|
|
||||||
setCssClass(cssClass: string, shouldAdd: boolean) {
|
setCssClass(cssClass: string, shouldAdd: boolean) {
|
||||||
this._renderer.setElementClass(this._elementRef.nativeElement, cssClass, shouldAdd);
|
this._renderer.setElementClass(this._elementRef.nativeElement, cssClass, shouldAdd);
|
||||||
}
|
}
|
||||||
|
|
||||||
element(): HTMLInputElement {
|
element(): HTMLInputElement {
|
||||||
return this._elementRef.nativeElement;
|
return this._elementRef.nativeElement;
|
||||||
|
Reference in New Issue
Block a user