You are explaining things so simply and clearly. Normally I do not subscribe to RU-vid channels because I don't like getting notifications frequently. But I did subscribe to your channel. I am watching from Sri Lanka. Keep it up 👍
Hai Nisha..once again thank you for this video and I really would like to know about how you understand the concepts and programming. because the way you explain the content is too good that's why i am asking.
ngDoCheck is covering both ngAfterContentChecked and ngAfterView Checked is there any difference. I think ngDocheck will cover all possible changes of input , Am i missing anything ma'am.
since ngDocheck gets trigged for every change detection, i am able to apply the same logic using ngDocheck also.. so i am not sure why viewInit and ither life cycle hooks are there