This project was generated with Angular CLI version 11.0.5.
Virtual scroll implementation with fetch next values on scroll functionality.
The fetch next values feature only fetches next items when the the scroll reaches bottom, i.e. when the distance between the bottom is less than the height of an individual item on the list.
- Run
npm install
to install project dependencies. - Afterward run
ng serve -o
. After successful compilation, the pathhttp://localhost:4200/
(where the project will be running) will be automatically opened in the default browser.