Direction: Choose the correct option
Q1.
How do you pass data from a parent component to a child component?
Direction: Choose the correct option
Q2.
How does a child component send data to a parent component?
Direction: Choose the correct option
Q3.
What is the role of `EventEmitter` in component communication?
Direction: Choose the correct option
Q4.
How can sibling components communicate?
Direction: Choose the correct option
Q5.
What does `@ViewChild` allow you to do?
Direction: Choose the correct option
Q6.
What is `@ContentChild` used for?
Direction: Choose the correct option
Q7.
What does the `@Output` decorator require?
Direction: Choose the correct option
Q8.
How do you listen to a custom event emitted by a child?
Direction: Choose the correct option
Q9.
What is the purpose of `@ViewChildren`?
Direction: Choose the correct option
Q10.
Can a component communicate with its great-grandparent directly?
