I can\'t seem to figure out why I need ngDoCheck lifecycle hook other than for simple notification, particularly how writing code inside of it makes a differenc
ngDoCheck
In simple terms :
It's generally a component check on following occasions: Update child component input bindings Update DOM interpolations Update query list
It's generally a component check on following occasions:
Use :
Deep Watch changes which angular misses out.