Favorite Letter
@for (item of data; track item) {
{{item}}
}
Please select "B"
Form value: {{ testForm.value | json }}
Form status: {{ testForm.status | json }}
Form is touched: {{ testForm.touched | json }}
Form is submitted: {{ isSubmitted | json }}