Angular
Intro to Reactive Forms in Angular - FormControl Foundations

Exercise: Add a FormControl

Outline

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