Angular
Intro to Reactive Forms in Angular - FormControl Foundations

Solution: Add a FormControl

Outline

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

Solution
1. Add a FormControl with an initialized string value, similar to nameControl
2. Bind the new FormControl with a directive in the HTML template

 

I finished! On to the next chapter