Q. Which lifecycle hook is called after Angular sets the component's input properties?
β
Correct Answer: (A)
ngOnChanges
Explanation: ngOnChanges is triggered when input properties change.