Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 562 Bytes

rxjs.md

File metadata and controls

30 lines (23 loc) · 562 Bytes

Use of RxJS

Introduction

This library heavily depends on RxJS. This document lists all uses of RxJS to facilitate upgrading to future versions of RxJS which might have breaking changes.

Imports from RxJS

  • from rxjs:

    • forkJoin
    • throwError
    • of
    • Observable
  • from rxjs/ajax:

    • ajax
    • AjaxError
    • AjaxResponse
  • from rxjs/operators:

    • catchError
    • map
    • mergeMap
    • take
    • shareReplay
    • tap