Angular

Intro to Reactive Forms in Angular - FormControl Foundations

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

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