You can install it from here NPM Package
ng-custom-pipe is an npm library that provides a collection of reusable custom pipes for Angular applications, enabling developers to easily transform data in templates. It simplifies common formatting tasks—like string capitalization, date formatting, and number formatting etc.
I will add here stackblitz link for ng-custom-pipe
example.
- Custom useful Angular pipes
- It will cover String, Array, Aggregation, Collections, Number and other Conversion etc.
- Easy to use with examples
Install the library via npm:
npm i @choudharymahipal/ng-custom-pipe
if any dependancy error then try this
npm i @choudharymahipal/ng-custom-pipe --legacy-peer-deps
Note
We welcome contributions to the ng-custom-pipe
Library! If you'd like to help out, please visit our GitHub repository: ng-custom-pipe-library.