July 2017
Intermediate to advanced
454 pages
10h 1m
English
Change detection is the process of detecting any internal state changes in a model or component class and then reflect them back to the view, mainly by manipulating DOM.
Change detection is one of the most important changes from Angular 1.x to 2.
The application state changes happen either from model to view or vice versa. To understand better, take a look at the following diagram:

Application state changes can happen in two ways:
Now that we know that state changes happen either in a model or in DOM, let's analyze what triggers ...
Read now
Unlock full access