Q. How can you access a child component's properties and methods in Angular?
β
Correct Answer: (A)
Using @ViewChild decorator
Explanation: @ViewChild gets a reference to a child component or element in the template.