angular-changedetection.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [angular-changedetection]

www.codever.land/bookmarks/t/angular-changedetection

Everything you need to know about change detection in Angular - Angular inDepth

https://indepth.dev/everything-you-need-to-know-about-change-detection-in-angular/

Here we review in great details all operations performed by Angular during change detection, explore implications and take a close look at change detection API in the form of ChangeDetectorRef.


Angular Change Detection - How Does It Really Work?

https://blog.angular-university.io/how-does-angular-2-change-detection-really-work/

The Angular change detection mechanism is much more transparent and easier to reason about than its equivalent in Angular 1. But there are still situations (like when doing performance optimizations) ...