Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1009 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 1009 Bytes

Infinite-Scroll

Infinite scroll is an user experience that can handle huge amount of records by loading them on demand and by the scroll.

https://www.npmjs.com/package/ngx-infinite-scroll

Steps to run the app

  • Clone the branch
  • Run npm install
  • Download wiremock standalone from http://wiremock.org/docs/download-and-installation/
  • Rename the the jar file to wm.jar
  • Make sure JRE installed
  • Open the nodejs command and do npm run start-wiremock (Make sure port 5001 not used by other apps/process)
  • Open another nodejs command do npm run start
  • Browse the app http://localhost:4200/

GitHub pull-requests closed Visual Studio Code Npm package license