From f7c433b4cda2c6ca060853ba34dd3291a39b6c2f Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Fri, 7 Feb 2020 13:39:26 +0200 Subject: [PATCH] added missing `switchAll` link (#5298) --- docs_app/content/guide/operators.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs_app/content/guide/operators.md b/docs_app/content/guide/operators.md index 02ed8cf3d4..3df4ee8c03 100644 --- a/docs_app/content/guide/operators.md +++ b/docs_app/content/guide/operators.md @@ -215,6 +215,7 @@ Also see the [Join Creation Operators](#join-creation-operators) section above. - [`concatAll`](/api/operators/concatAll) - [`exhaust`](/api/operators/exhaust) - [`mergeAll`](/api/operators/mergeAll) +- [`switchAll`](/api/operators/switchAll) - [`startWith`](/api/operators/startWith) - [`withLatestFrom`](/api/operators/withLatestFrom)