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
Post a Comment