@rxap/directives
v19.0.1
Published
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
Downloads
611
Readme
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.
Installation Add the package to your workspace: ```bash yarn add
@rxap/directives
**Install peer dependencies:** ```bash yarn add
@angular/core@^19.1.3 @rxap/pattern@^1.1.11-dev.5 @rxap/rxjs@^1.1.12-dev.5 @rxap/services@^19.0.1-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
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
```