This package provides a set of RxJS operators and utilities. It includes operators for property checking, deep equality comparison, value definition, and logging, as well as utilities for managing subscriptions, toggling boolean values, and handling request progress. It also contains a button definition interface.
Add the package to your workspace:
yarn add @rxap/rxjs
Install peer dependencies:
yarn add @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/rxjs:init
Initialize the package in the workspace
nx g @rxap/rxjs:init