ngxtension/ngxtension-platform

feat: add rxjs operators `poll` and `whenDocumentVisible`

FabienDehopre opened this issue · 0 comments

Add two RxJs operators that works well together but still can be used independently.

poll can be used to poll an API at a fixed interval with an optional initial delay.
whenDocumentVisible is the RxJs counterpart of the injectDocumentVisibility and can be used to pause and resume a RxJs stream based on the document visibility state.

I already have a PR ready (#404) if you wish to add these 2 new RxJs operators.