In template-driven forms, form controls are automatically created by Angular using the _____.
- FormControlDirective
- FormsModule
- NgModel
- TemplateDirective
In template-driven forms, form controls are automatically created using the NgModel directive.
Loading...
Related Quiz
- Which RxJS operator can be used to combine multiple Observables into a single Observable?
- You have a component that fetches and displays user data. You want to ensure that if the component is destroyed, the subscription to the Observable fetching the data is also terminated. How would you achieve this?
- What is the purpose of a lazy-loaded module in Angular?
- The Ivy Renderer introduces a new concept called _____ which is designed to be more efficient in updating the DOM.
- In Angular, the _____ Guard checks whether a route can be deactivated.