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:
Example :yarn add @rxap/servicesInstall peer dependencies:
Example :yarn add @angular/common @angular/core @rxap/rxjs @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/services:initExample :Initialize the package in the workspace
nx g @rxap/services:init