Angular - Template-Driven Forms
Which Angular directive is used to listen for the form submission event in a template-driven form?
The (ngSubmit) directive listens for the form's submit event in Angular templates.
(click) listens for clicks, (change) for input changes, (input) for typing, not form submission.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions