Angular
Intro to Reactive Forms in Angular - FormControl Foundations

Demo: Add a FormControl

Outline

In this video we're going to demo initializing a FormControl in the component with a simple string value. We'll bind it to the template with the [formControl] directive. In the end, we'll be able to see that the form is updated with the value that we initialized the FormControl with. Hooray!

 

I finished! On to the next chapter