Création et validation d'un formulaire (Template Driven Form)
-
Updated
Nov 26, 2022 - TypeScript
Création et validation d'un formulaire (Template Driven Form)
A template-driven form is the simplest way to build a form in Angular. It uses Angular's two-way data-binding directive (ngModel) to create and manage the underlying form instance. Additionally, as the name suggests, a template form is mainly driven by the view component.
Add a description, image, and links to the template-driven-form-with-validations topic page so that developers can more easily learn about it.
To associate your repository with the template-driven-form-with-validations topic, visit your repo's landing page and select "manage topics."