@rxap/pipes
TypeScript icon, indicating that this package has built-in type declarations

19.1.3 • Public • Published

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

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

Generators

init

Initialize the package in the workspace

nx g @rxap/pipes:init

Package Sidebar

Install

npm i @rxap/pipes

Weekly Downloads

128

Version

19.1.3

License

GPL-3.0-or-later

Unpacked Size

3.89 MB

Total Files

174

Last publish

Collaborators

  • badry.muenker
  • mmuenker