Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakovljevic-mladen/ng-pagination-rx-streams
Angular Infinite Scrolling Pagination Example with RxJS
https://github.com/jakovljevic-mladen/ng-pagination-rx-streams
Last synced: 29 days ago
JSON representation
Angular Infinite Scrolling Pagination Example with RxJS
- Host: GitHub
- URL: https://github.com/jakovljevic-mladen/ng-pagination-rx-streams
- Owner: jakovljevic-mladen
- Created: 2020-09-21T09:34:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T20:38:51.000Z (about 1 year ago)
- Last Synced: 2024-10-14T14:00:01.382Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 335 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/ReactiveX/rxjs) Observable streams.
This project is mainly driven by the excellent [talk](https://www.youtube.com/watch?v=B-nFj2o03i8) by [Ben Lesh](https://github.com/benlesh) where he describes more advanced use of RxJS operators.
His example project can be found [here](https://github.com/benlesh/add-features-with-rxjs).## 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.