In Angular, the _____ class is used to create form controls in reactive forms.
- FormBuilder
- FormControl
- FormGroup
- ReactiveFormsModule
In Angular, the FormControl class is used to create form controls in reactive forms.
Loading...
Related Quiz
- For better debugging of Protractor tests, you can take advantage of _____ to take a screenshot of the browser's state when a test fails.
- You are building a real-time chat application and need to ensure that all components displaying chat messages are updated instantly when a new message arrives. Which RxJS entity would be most suitable for this task?
- How can you access a specific form control within a form group in Angular?
- How can you handle conditional validation for controls within a Form Array in Angular?
- What is the purpose of the --prod flag when building an Angular application using the Angular CLI?