Q. How does OnPush change detection strategy improve performance?
β
Correct Answer: (A)
It checks for changes only when input properties change or events occur
Explanation: OnPush reduces unnecessary checks by limiting when the component updates.