Angular - Change Detection
You want to optimize an Angular app by running heavy calculations without triggering UI updates, then update UI once done. Which approach using Zone.js is correct?
runOutsideAngular() avoid triggering UI updates repeatedly.zone.run() to update UI and trigger change detection.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions