Add forceUpdate option to LazyLoadEvent #11668
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Users had to copy the array to call changeDetection, especially in virtualScroll and lazy implementations. But sometimes this may not be necessary. Instead of copying an entire array, they can call changeDetection at any time using the event.forceUpdate method.
The text was updated successfully, but these errors were encountered: