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