Angular Internals: How Reactivity Works with Zone.js is an advanced look at how Angular works under-the-hood. The article goes more in-depth into how the compiler works (it's a great read!), let's keep our focus narrow for the intention of this article.
Table of contents
How Angular's template compiler worksInside Angular's change detection; when refreshView is calledA quick detour into Zone.js land: Zone.js basicsAngular uses Zone.jsDisabling Zone.js from AngularZone.js Patches APIs for AngularConclusionSort: