May 2018
Intermediate to advanced
512 pages
11h 3m
English
You may wonder why we're adding Angular Forms, since we are adding just a single input field and not a form with multiple inputs. As a general rule of thumb, any time you add any input field, it should be wrapped in a <form> tag . The Forms module contains the FormControl that enables you to write the backing code behind the input field to respond to user inputs, and provide the appropriate data or the validation or message in response.
There are two types of Forms in Angular:
Read now
Unlock full access