Angular - Template-Driven Forms
You want to disable the submit button until the form is valid in a reactive form. Which is the correct way to do this in the template?
form.valid is true when form is valid; form.invalid is true when invalid.
Disabling button when form.invalid is true prevents submission until valid.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions