Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 5644eec

Browse files
committed
Update observable.md
fromArray is deprecated observable method.
1 parent 05efce1 commit 5644eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/observable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
1818
- [`for | forIn`](operators/for.md)
1919
- [`forkJoin`](operators/forkjoin.md)
2020
- [`from`](operators/from.md)
21-
- [`fromArray`](operators/fromarray.md)
2221
- [`fromCallback`](operators/fromcallback.md)
2322
- [`fromEvent`](operators/fromevent.md)
2423
- [`fromEventPattern`](operators/fromeventpattern.md)
@@ -199,6 +198,7 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
199198

200199
## `Deprecated Observable Methods` ##
201200
- [`catchException`](operators/catch.md)
201+
- [`fromArray`](operators/fromarray.md)
202202
- [`returnValue`](operators/return.md)
203203
- [`throwException`](operators/throw.md)
204204

0 commit comments

Comments
 (0)