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.
Add the package to your workspace:
yarn add @rxap/directives
Install peer dependencies:
yarn add @angular/core @rxap/pattern @rxap/rxjs @rxap/services @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/directives:init
Initialize the package in the workspace
nx g @rxap/directives:init