Provides a set of Angular pipes for common data transformations, including currency formatting, string manipulation, and object property access. These pipes offer standalone functionality for easy integration into Angular templates. The package includes pipes for escaping quotation marks, joining arrays, limiting array length, replacing substrings, slicing arrays, truncating strings, and deleting identifier properties from objects.
Add the package to your workspace:
Example :yarn add @rxap/pipesInstall peer dependencies:
Example :yarn add @angular/common @angular/core @angular/platform-browser @rxap/utilities Execute the init generator:
Example :yarn nx g @rxap/pipes:initExample :Initialize the package in the workspace
nx g @rxap/pipes:init