Q. Which Angular lifecycle hook is called when input properties change?
β
Correct Answer: (A)
ngOnChanges
Explanation: ngOnChanges is called whenever input-bound properties change.