Handling Form Submission
In this lesson, we'll look at how to handle form submission with a template form.
We'll cover the following...
The last thing we’ll do is handle the form submission. It’s not all that different from reactive forms. We’ll disable the submit button if the form is invalid. On the <button>
element, we’ll bind the disabled
attribute to the ...