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.
- 📆 published on: 2017-04-03
- tags: angular, angular-changedetection
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) ...
- tags: angular, angular-changedetection