Q. Which lifecycle hook runs after every change detection cycle? (A) ngOnInit (B) ngAfterViewInit (C) ngDoCheck (D) ngOnDestroy ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) ngDoCheck Explanation: ngDoCheck runs during every change detection cycle.