ngAfterContentInit() and ngAfterContentChecked() in Angular
ngAfterContentInit() and ngAfterContentChecked() are the life cycle hooks of the component in angular.ngAfterContentInit () and ngAfterContentChecked () are useful to write the custom code using the projected content properties and methods.