Angular
Intro to Reactive Forms in Angular - FormControl Foundations

Exercise: Add a FormControl

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

https://stackblitz.com/fork/rx-ngforms-addformcontrol-exercise

Exercise Instructions:
1. Add another FormControl to the form for a hobby field
2. Initialize the hobby to any text value of your choice
3. In the HTML, associate the "Favorite Hobby" input with the newly created hobby FormControl

 

I finished! On to the next chapter