Change Detection

Change Detection is the mechanism by which the Angular framework synchronizes the state of an application's UI with the state of the data.  


The change detector checks the current state of the data model whenever it runs. then

change detector  maintains the current state of the data model as the previous state to compare on the next iteration.


Thank you ! next we will discuss the Implementation of Change Detection

Comments

Popular posts from this blog

Become a Expert + Secret of Success -- ii

without writing media queries How to make responsive component