In template-driven forms, which directive is utilized to implement a group of form controls?

  • ngControlGroup
  • formControlGroup
  • ngFormGroup
  • formGroup
In template-driven forms, the formGroup directive is used to implement a group of form controls. It allows you to group related form controls together, making it easier to manage their validation and state. The other options mentioned are not valid directives for implementing form control groups in template-driven forms.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *