Q. What is the purpose of `@ViewChild()`?
β
Correct Answer: (A)
To access a child component or DOM element
Explanation: `@ViewChild()` allows a component to access an element or directive in its template.