What are the utility functions provided by RxJS?

Technology CommunityCategory: AngularWhat are the utility functions provided by RxJS?
VietMX Staff asked 3 years ago

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