To create a form control that can hold an array of values, Angular provides the _______ class.
- ArrayControl
- FormArray
- FormControlArray
- FormGroupArray
To create a form control that can hold an array of values, Angular provides the FormArray class. A FormArray is a part of Angular's reactive forms, and it can hold an array of FormControls or other FormArrays.
Loading...
Related Quiz
- Why might you want to use async/await syntax in your Protractor tests?
- How can you test an Angular component that depends on a service with asynchronous methods?
- To test if a directive correctly updates the host element's properties, you can use the ______ method.
- You want to track the time taken for a user to navigate from one page to another in your Angular application. Which Router Events can be useful for this purpose?
- How can you bind an image source dynamically in an Angular template?