πŸ“Š Angular
Q. What is a reactive form in Angular?
  • (A) A form model driven in the component class using `FormGroup` and `FormControl`
  • (B) A form created with ngModel
  • (C) A form created by HTTP
  • (D) A dynamically created form
πŸ’¬ Discuss
βœ… Correct Answer: (A) A form model driven in the component class using `FormGroup` and `FormControl`

Explanation: Reactive forms are more robust and scalable than template-driven forms.

Explanation by: Mr. Dubey
Reactive forms are more robust and scalable than template-driven forms.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
52
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate