The method used to add a new form control to an existing Form Array is _____ .
- addControl
- addFormControl
- insertControl
- pushControl
The method used to add a new form control to an existing Form Array is addControl.
Loading...
Related Quiz
- How would you implement cross-field validation in a reactive form?
- In Angular, what is the purpose of using animations?
- What is the difference between the concat and merge operators when combining Observables?
- To selectively apply styles based on component logic, you can use ngClass binding in Angular.
- What is the purpose of the updateOn property when creating a new FormControl instance?