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:
yarn add @rxap/pipes
Install peer dependencies:
yarn add @angular/common @angular/core @angular/platform-browser @rxap/utilities
Execute the init generator:
yarn nx g @rxap/pipes:init
Initialize the package in the workspace
nx g @rxap/pipes:init