mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(core): use custom typing, remove interfaces
add protected, rename nav `remove` to `removeIndex` resolves #12823
This commit is contained in:
@ -200,7 +200,7 @@ export class Input implements InputComponent {
|
||||
}
|
||||
|
||||
|
||||
ionViewDidLoad() {
|
||||
protected ionViewDidLoad() {
|
||||
this.emitStyle();
|
||||
|
||||
// By default, password inputs clear after focus when they have content
|
||||
|
||||
@ -182,7 +182,7 @@ export class Textarea implements TextareaComponent {
|
||||
}
|
||||
}
|
||||
|
||||
ionViewDidLoad() {
|
||||
protected ionViewDidLoad() {
|
||||
this.emitStyle();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user