Skip to content

Demonstrate the functionality of infinite scroll with mocked data.

License

Notifications You must be signed in to change notification settings

sendilkumarmv/infinite-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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