Html
ts
I'm so stuck I just started.
I want to hide the button after clicked.
CodePudding user response:
Here it is:
isValid: boolean = true;
hi(x,y) {
this.isValid = false;
}
Html
ts
I'm so stuck I just started.
I want to hide the button after clicked.
CodePudding user response:
Here it is:
isValid: boolean = true;
hi(x,y) {
this.isValid = false;
}