The @angular/cdk/scrolling
module with a technique called Virtual Scrolling helps us display a big list of elements efficiently by only rendering the items in view. Virtual Scrolling is different from infinite scroll – where it renders batches of elements and then when user goes to bottom of the list, it renders the rest. In this tutorial, we create many simple examples that show you how to work with Angular 7 Material CDK – Virtual Scrolling.
Related Post: Angular 7 Drag and Drop example – Angular Material CDK
Continue reading “Angular 7 Virtual Scroll example – Angular Material CDK”