formbuilder
Reactive form programming in Angular 7
· ☕ 10 min read · ✍️ Adesh
In Angular, there are two ways to work with web forms - template driven forms and reactive forms. In template driven form, we use angular directives to build the internal representation of form in the html template file.