Reactive forms & Template-driven forms
The next explanations are based on this project Angular handles forms in two ways: Reactive forms: Allow us to manipulate the form object on ts files. Template-driven forms: There is no explicit form object, instead there is an implicit one manipul...
Jul 25, 20228 min read25
