@push-based/ngx-virtual-scrolling
v1.0.2
Published
A high performance virtual scrolling implementation for Angular.
Downloads
16
Readme
Push-Based ngx-virtual-scrolling
This is a fork of @rx-angulars virtual-scrolling implementation
If you are interested in the most recent version with all the RxAngular features, please install the original version.
This version is specifically designed to work with angular v12 and without any usage of RxAngulars RenderStrategies.
Some features implemented in this version will be backported to the RxAngular original implementation.
Installation
npm install @push-based/ngx-virtual-scrolling -S
Demo Application
There is a demo application included in the repository which showcases most of the features. Run the following command to serve the demo application.
npm run start