Computer Science, asked by vaibhavimishra2552, 10 months ago

Difference between norml forms and reactive forms in angular 6

Answers

Answered by Vinaykadam45
1

Differences Between Template driven and Reactive Forms

Template-driven forms use the FormsModule, while reactive forms use the ReactiveFormsModule.

Template-driven forms are asynchronous, while reactive forms are synchronous.

In template-driven forms, most of the interaction occurs in the template, while in reactive-driven forms, most of the interaction occurs in the component.

Similar questions