I am learning angular.There are a lot of lifecycle methods. For example ngOnChanges runs every time where is new value in the input properties in the child component - that are passed by value.
I don't understand the method - ngAfterContentInit. In angular documentation says :
https://angular.io/guide/lifecycle-hooks
Respond after Angular projects external content into the component's view, or into the view that a directive is in.
But that does'n seem as good explanation. Can somoebody please tell my why we use and to understand better one REAL WOLRD SCENARIO - USE CASE