We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0573f61 commit fa58c63Copy full SHA for fa58c63
README.md
@@ -449,7 +449,7 @@ It is intended to be used in scenarios where an observable stream should be list
449
An operator that takes values emitted by the source observable until the `isError` property on the result is true.
450
It is intended to be used in scenarios where an observable stream should be listened to until an error result is emitted.
451
452
-`todosService.getTodos().result$.pipe(takeUntilResultSuccess())`
+`todosService.getTodos().result$.pipe(takeUntilResultError())`
453
454
### startWithPendingQueryResult
455
0 commit comments