Q. What does `ngOnChanges` lifecycle hook do?
β
Correct Answer: (A)
Detects and responds to changes in input properties
Explanation: `ngOnChanges` is called when input-bound properties change.