angular Supercharge event management in your Angular application Learn how to boost your Angular application speed by selectively reacting to performance sensitive events. To do that we'll implement a few event plugins and simplify them with decorators.
angular Do you still think that NgZone (zone.js) is required for change detection in Angular? This article explains why and how Angular implements NgZone over zone.js library. Read to learn how the framework can be used completely without zone.js and when automatic change detection can fail.
angular I reverse-engineered Zones (zone.js) and here is what I’ve found From the article you'll learn about public API zone.js exposes and the mechanism of task association. You'll become familiar with interception hooks that can be used to track events and measure time.