Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 844 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 844 Bytes

NgPaginationRxStreams

This project was build using Angular 10. It is meant to be used as the demo for auto pagination while scrolling feed items using almost entirely RxJS Observable streams. This project is mainly driven by the excellent talk by Ben Lesh where he describes more advanced use of RxJS operators. His example project can be found here.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.