Implementation of Rxjs
- Simple polling
- Combining polling with refresh button
- Polling and reset
- Polling when data is resolved
Operators used:concatMap, map, merge, delay, tap, skip,concat, catchError, retry
This example developed by Smitha Kommareddi based on https://blog.strongbrew.io/rxjs-polling/
rxjs 6.3.3, Angular 7.0.0