Direction: Choose the correct option
Q1.
How do you bind an input to a model in template-driven forms?
Direction: Choose the correct option
Q2.
What is the purpose of `name` attribute with `ngModel`?
Direction: Choose the correct option
Q3.
How do you access the form control state in template?
Direction: Choose the correct option
Q4.
What does `ngForm` directive do automatically?
Direction: Choose the correct option
Q5.
How do you disable the submit button when form is invalid?
Direction: Choose the correct option
Q6.
How do you set a default value in template-driven form?
Direction: Choose the correct option
Q7.
How do you handle form submission?
Direction: Choose the correct option
Q8.
What is the `ngModelGroup` directive used for?
Direction: Choose the correct option
Q9.
How do you check if a specific field has an error in template?
Direction: Choose the correct option
Q10.
Can you use template-driven forms with complex validation?
