Angular - Template-Driven Forms
Which of the following is the correct syntax to bind a form control named
email using reactive forms?email using reactive forms?In reactive forms, formControlName binds controls inside a FormGroup.
[formControl] binds a standalone control, ngModel is for template-driven forms.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions