Provides Angular services for common tasks such as loading images, managing loading indicators, resetting data, and managing components in a window container sidenav. It also includes a service to generate avatar images. This package offers reusable services to simplify development in Angular applications.
Add the package to your workspace:
yarn add @rxap/services
Install peer dependencies:
yarn add @angular/common @angular/core @rxap/rxjs @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/services:init
Initialize the package in the workspace
nx g @rxap/services:init