Q. Which lifecycle hook is called once after the first `ngOnChanges`?
β
Correct Answer: (A)
ngOnInit
Explanation: `ngOnInit` is called after the component's first `ngOnChanges`.