Closed alechemy closed 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.
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.