πŸ“Š Angular
Q. How do you create a reactive form control in Angular?
  • (A) Using new FormControl()
  • (B) Using ngModel
  • (C) Using formGroupName
  • (D) Using formControlName
πŸ’¬ Discuss
βœ… Correct Answer: (A) Using new FormControl()

Explanation: FormControl instances are created in reactive forms using new FormControl().

Explanation by: Mr. Dubey
FormControl instances are created in reactive forms using new FormControl().

πŸ’¬ Discussion


πŸ“Š Question Analytics

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