Please note, this is a STATIC archive of website www.javatpoint.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
Javatpoint Logo
Javatpoint Logo

RxJS toArray() Utility Operator

RxJS toArray() operator is a utility operator used to collect all the values emitted by the source observable and emits them as an array when the source completes.

In other words, we can say that the RxJS toArray() operator returns all values inside an array as an output when the source completes.

Syntax:

Following is the syntax of the RxJS toArray() utility operator:

Or

Parameter Explanation

It doesn't use any parameter that we have to explain.

Return value

The RxJS toArray() operator returns an observable that gives the values from the source observable as an array in the form of output when the source is completed.

Let us see an example of the RxJS toArray() operator to understand it clearly.

Example 1 (Get values emitted when source is completed)

Output:

After executing the above example, you will see the following result:

RxJS toArray() Utility Operator

Example 2 (Get values emitted by interval as an array when interval is completed)

Output:

After executing the above example, you will see the following result:

RxJS toArray() Utility Operator
Next TopicRxJS Operators





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA