Result With formControl
ExampleForm1 : Value
name : "Darth Vader"
email : "darthvader@starwars.com"
job : "Sith"
comment : "Father of Luke Skywalker"
Reactive Form with FormControl
Result with FormGroup & FormControl
ExampleForm2 : Value
{
"name": "",
"email": "",
"job": "",
"comment": ""
}
"name": "",
"email": "",
"job": "",
"comment": ""
}
Reactive Form with FormGroup & FormControl
Result with FormBuilder
ExampleForm3 : Value
[object Object]