In this subject we will look at how the Angular Change Detection system works. First of all, an Angular application is a tree of components, starting from App Component and the list of child components that you build all the way down. If you look visually, your application will appear as a tree of...