angular Tracking user interaction area Explore one of the most complex pieces of Taiga UI — ActiveZone directive that keeps an eye on what region user is working with. It touches on low-level native DOM events API, advanced RxJS and Dependency Injection, ShadowDOM and more!
angular Bring reactivity to your Angular templates with the LetDirective - Part 2 The second (and final) part of the step-by-step tutorial on how to implement your own structural directive for binding an Observable to the Angular view.
angular Bring reactivity to your Angular templates with the LetDirective - Part 1 Part one of the step-by-step tutorial on how to implement your own structural directive for binding an Observable to the Angular view.
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.