Outline

https://stackblitz.com/fork/rxngforms-nestedformgroup-exercise

Exercise Instructions:
1. Add a new FormGroup called contactInfo inside applicationForm that groups two new FormControls: email and phoneNumber. Set their initial values to anything you'd like.
2. In the template, add the formGroupName directive to the associated div.

 

I finished! On to the next chapter