Back to Developer Roadmap

Template Driven Forms

src/data/roadmaps/angular/content/[email protected]

4.0641 B
Original Source

Template Driven Forms

A Template driven form is the simplest form we can build in Angular. It is mainly used for creating simple form application.

It uses two-way data-binding (ngModel) to create and handle the form components.

Visit the following resources to learn more: