0 votes
in Angular by

What are the utility functions provided by RxJS?

1 Answer

0 votes
by

The RxJS library also provides below utility functions for creating and working with observables.

  1. Converting existing code for async operations into observables
  2. Iterating through the values in a stream
  3. Mapping values to different types
  4. Filtering streams
  5. Composing multiple streams
...