Provides a set of classes and decorators for creating and managing data sources in Angular applications, including base classes, static data sources, observable data sources, and method data sources. It also includes a component for displaying data source errors. The library offers features like data persistence, refresh and retry mechanisms, and integration with RxJS observables.
Add the package to your workspace:
Example :yarn add @rxap/data-sourceInstall peer dependencies:
Example :yarn add @angular/cdk @angular/common @angular/core @angular/material @rxap/data-structure-tree @rxap/definition @rxap/environment @rxap/pattern @rxap/rxjs @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/data-source:initExample :Initialize the package in the workspace
nx g @rxap/data-source:init