Talk
State of the art tools for performance tuning
Good UX and performance are key to a good page rank. A better user experience (UX) instead of more functions often offers an advantage over competing applications today. Unfortunately, most of Angular's performance boosts are hidden behind the current change detection mechanism performed by zone.js.
Switching to zone-less is an all-or-nothing decision and entails enormously expensive refactoring. This talk shows a new way of change detection, where you take parts of the application out of Angular's default change detection without destroying the application.
Through a series of demos, participants will learn how to increase the performance of their application and make it partially zone-less.