⬅️ FEM TypeScript Fundamentals
this types
function myClickHandler(
this: HTMLButtonElement,
event: Event
) {
this.disabled = true
}
Search
⬅️ FEM TypeScript Fundamentals
function myClickHandler(
this: HTMLButtonElement,
event: Event
) {
this.disabled = true
}