Direction: Choose the correct option
Q1.
What is interpolation in Angular?
Direction: Choose the correct option
Q2.
What will be displayed for `{{ 1 + 2 }}` in a template?
Direction: Choose the correct option
Q3.
Can you call a component method using interpolation?
Direction: Choose the correct option
Q4.
What is the template reference variable?
Direction: Choose the correct option
Q5.
How do you comment in an Angular template?
Direction: Choose the correct option
Q6.
What is the safe navigation operator (`?.`) used for?
Direction: Choose the correct option
Q7.
Can you use JavaScript expressions in interpolation?
Direction: Choose the correct option
Q8.
What does `{{ property }}` do if property is undefined?
Direction: Choose the correct option
Q9.
How do you concatenate strings in interpolation?
Direction: Choose the correct option
Q10.
What is the role of pipes in interpolation?
