Handling DOM Events in Angular: Click, Keyboard, Focus, and Change Events
Every native DOM event follows the exact same binding syntax in Angular — parenthesized event name, handler call, optional $event object — the only real variation is which specific event name to bind.