@rxap/directives
Version:
This package provides a set of Angular directives to simplify common tasks such as setting background images, confirming clicks, making elements contenteditable, and more. It includes directives for handling UI interactions, applying styles, and managing
36 lines (29 loc) • 1.54 kB
Markdown
This package provides a set of Angular directives to simplify common tasks such as setting background images, confirming clicks, making elements contenteditable, and more. It includes directives for handling UI interactions, applying styles, and managing asynchronous operations. These directives aim to reduce boilerplate code and improve the reusability of components in Angular applications.
[](https://www.npmjs.com/package/@rxap/directives)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



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