Q. How can you optimize Angular app performance with change detection?
β
Correct Answer: (A)
Use OnPush change detection strategy
Explanation: OnPush strategy limits change detection to input changes.