Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 736 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 736 Bytes

angular-kit/rx

A set of powerful packages for building reactive Angular applications.

Installation

npm install @angular-kit/rx
  • rx/query - wrap http-observables and expose loading, refreshing and error states
  • rx/streams - reduce boilerplate when dealing with subjects
  • rx/effect - subscribe to observables without the need to take care of subscriptions
  • rx/operators - powerful RxJs operators
  • rx/platform - platform extensions

Versioning

  • Semantic Versioning 2.0.0
  • Version 1.x.x is compatible with Angular 11.x.x
    • Version 2.x.x is compatible with Angular > 14.x.x