We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcb6b6 commit 8cb1718Copy full SHA for 8cb1718
libs/rx-stateful/README.md
@@ -1,7 +1,14 @@
1
# @angular-kit/rx-stateful
2
3
`rxStateful$` is a powerful RxJs operator that wraps any sync or async Observable and provides a
4
-stateful stream.
+stateful stream. It does offer out of the box
5
+
6
+- 🔄 loading state
7
+- ❌ automatic error handling
8
+- 🔄 refresh-mechanisms
9
+- 🔴 multicasted stream
10
+- ⚙️ powerful configuration possibilities e.g. to keep the last value on refresh
11
+- ⚡️ soon: a non-flickering loading state
12
13
Hint: You can use it on both sync and async Observables. However the real benefits you will get for async Observables.
14
0 commit comments