Overview
Go through this: https://angular.io/guide/forms-overview.
| Reactive forms | Template-driven forms | |
|---|---|---|
| Setup of form model | Explicit, created in component class | Implicit, created by directives |
| Data model | Structured and immutable | Unstructured and mutable |
| Data flow | Synchronous | Asynchronous |
| Form validation | Functions | Directives |