Q. What is the main advantage of using OnPush change detection strategy?
β
Correct Answer: (A)
Faster rendering by reducing change detection cycles
Explanation: OnPush optimizes performance by limiting when Angular checks for changes.