CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.1k stars 492 forks source link

Handle scroll events outside of angular change detection #787

Closed alechemy closed 4 years ago

alechemy commented 4 years ago

Currently, scroll events for virtual scroll will trigger Angular's change detection on every event, which may negatively impact performance. This moves the event listener registration outside of the Angular zone.