Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.4 KB

angular-changedetection.md

File metadata and controls

17 lines (14 loc) · 1.4 KB

Bookmarks tagged [angular-changedetection]

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.


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) ...