InterviewSolution
Saved Bookmarks
| 1. |
Explain FormGroup and FormControl in Angular? |
|
Answer» FormGroup The FormGroup has the role in TRACKING validity state and value of a group of FormControl. FormControlIn Angular, FormControl is used by DEVELOPERS to track the VALIDATION and values of a form of CONTROL. This can be both used as standalone as well as with the parent form. FormControlName and FormControlDirective directives are used when we work with FormControl class. Also Read: How to crack the interview in the first attempt |
|