Implement infinite scrolling
When scrolling through the search results, load new results when the bottom of the page is near.
Showing
- package.json 1 addition, 1 deletionpackage.json
- src/main/webapp/app/mock-search/mock-search.component.html 8 additions, 3 deletionssrc/main/webapp/app/mock-search/mock-search.component.html
- src/main/webapp/app/mock-search/mock-search.component.ts 30 additions, 14 deletionssrc/main/webapp/app/mock-search/mock-search.component.ts
- src/main/webapp/app/mock-search/mock-search.module.ts 3 additions, 1 deletionsrc/main/webapp/app/mock-search/mock-search.module.ts
Please register or sign in to comment