Outline

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

Solution
1. After hobbyControl in the applicationForm initialization, add a new FormGroup called contactInfo.
2. Inside contactInfo, add 2 FormControls called email and phoneNumber with initial values.
3. Add formGroupName directive to the div in the template.

 

I finished! On to the next chapter