Q. Which Angular lifecycle hook is called when data-bound input properties change?
β
Correct Answer: (B)
ngOnChanges
Explanation: ngOnChanges is called whenever an input property value changes.