Q. How does Angular detect changes in components?
β
Correct Answer: (A)
Using change detection mechanism
Explanation: Angular uses its internal change detection mechanism to update views when data changes.