mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -165,7 +165,7 @@ export class Textarea implements TextareaComponent {
|
||||
if (inputEl!.value !== value) {
|
||||
inputEl!.value = value;
|
||||
}
|
||||
this.ionChange.emit({value});
|
||||
this.ionChange.emit({ value });
|
||||
}
|
||||
|
||||
componentDidLoad() {
|
||||
|
||||
Reference in New Issue
Block a user