Angular
Intro to Reactive Forms in Angular - Building a Form with Groups

Exercise: Nested FormGroups

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

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