https://github.com/push-based/ngx-virtual-scroll
https://github.com/push-based/ngx-virtual-scroll
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/push-based/ngx-virtual-scroll
- Owner: push-based
- License: mit
- Created: 2024-02-07T22:54:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T11:27:48.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:21:42.898Z (almost 2 years ago)
- Language: TypeScript
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Push-Based ngx-virtual-scrolling
**This is a fork of [@rx-angulars](https://github.com/rx-angular/rx-angular) [virtual-scrolling](https://www.rx-angular.io/docs/template/api/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](https://www.rx-angular.io/docs/cdk/render-strategies).
Some features implemented in this version will be backported to the RxAngular original implementation.
## Installation
```bash
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.
```bash
npm run start
```