From d0c3e252a3e47cc094554db8fa127fcb07506e16 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 9 Jan 2019 16:39:44 +0200 Subject: [PATCH] docs: remove deprecated `fromPromise` from RxJS guide (#28015) Follow-up to #27443. PR Close #28015 --- aio/content/guide/rx-library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/rx-library.md b/aio/content/guide/rx-library.md index 777ed625cb..22bc14bcf1 100644 --- a/aio/content/guide/rx-library.md +++ b/aio/content/guide/rx-library.md @@ -53,7 +53,7 @@ RxJS provides many operators, but only a handful are used frequently. For a list | Area | Operators | | :------------| :----------| -| Creation | `from`, `fromPromise`,`fromEvent`, `of` | +| Creation | `from`,`fromEvent`, `of` | | Combination | `combineLatest`, `concat`, `merge`, `startWith` , `withLatestFrom`, `zip` | | Filtering | `debounceTime`, `distinctUntilChanged`, `filter`, `take`, `takeUntil` | | Transformation | `bufferTime`, `concatMap`, `map`, `mergeMap`, `scan`, `switchMap` | @@ -94,4 +94,4 @@ This can be useful when scanning through code and looking for observable values. For example: - \ No newline at end of file +