Angular MCQs with Answers

What is the purpose of FormBuilder?
A)
Generates the form elements from data properties in the component class
B)
Creates the form data structure from a specified configuration when building reactive forms
C)
Creates the form data structure from a specified configuration when building template-driven forms
D)
Creates the form data structure from a specified configuration when building template-driven forms

Correct Answer :   Creates the form data structure from a specified configuration when building reactive forms