Direction: Choose the correct option
Q1.
What is property binding in Angular?
Direction: Choose the correct option
Q2.
Which syntax is used for two-way data binding?
Direction: Choose the correct option
Q3.
What does `[value]='name'` do?
Direction: Choose the correct option
Q4.
What is the difference between property binding and interpolation?
Direction: Choose the correct option
Q5.
Which module is required to use `ngModel`?
Direction: Choose the correct option
Q6.
What does `[attr.aria-label]='label'` do?
Direction: Choose the correct option
Q7.
How do you bind to a CSS class conditionally?
Direction: Choose the correct option
Q8.
What is the purpose of `[style.property]` binding?
Direction: Choose the correct option
Q9.
What is one-time data binding?
Direction: Choose the correct option
Q10.
Can you bind to custom component properties?
