Question: In reactive forms, what Angular form class type is used on the native DOM
element to wire it up?

  1. `FormArray`
  2. `FormControl`
  3. `FormGroup`
  4. `all of these answers`

Answer: The correct answer of the above question is Option C:`FormGroup`