@rxap/services
Version:
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 servi
36 lines (29 loc) • 1.45 kB
Markdown
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.
[](https://www.npmjs.com/package/@rxap/services)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](../wiki/#installation)
- [Generators](../wiki/#generators)
- [init](../wiki/#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/services
```
**Install peer dependencies:**
```bash
yarn add @angular/common @angular/core @rxap/rxjs @rxap/utilities rxjs
```
**Execute the init generator:**
```bash
yarn nx g @rxap/services:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/services:init
```