Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.06 KB

ng-custom-pipe

You can install it from here NPM Package

Overview

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.

Demo

I will add here stackblitz link for ng-custom-pipe example.

Features

  • Custom useful Angular pipes
  • It will cover String, Array, Aggregation, Collections, Number and other Conversion etc.
  • Easy to use with examples

Installation

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

Contributing

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.