Angular

Intro to Reactive Forms in Angular - FormControl Foundations

Outline

In this section, we'll be learning about one of the core building blocks of Angular Forms - FormControl.

FormControl is the class provided by @angular/forms that allows us to tap into plain old HTML inputs and do even more including:
1. Listen for changes in the form
2. Update form fields programmatically
3. Validate form state

 

I finished! On to the next chapter