1.0.1 • Published 4 years ago

clv-angular-pipes-utilities v1.0.1

Weekly downloads
25
License
-
Repository
-
Last release
4 years ago

ClvAngularPipesUtilities

Customs pipes.

Install

Run npm i clv-angular-pipes-utilities -s to install this package. In your module import ClvAngularPipesUtilitiesModule

APIs

clvSeparatorThousand pipe

Adds a separator from thousands. Take two parameters. the first is the number of digits after the decimal point, in the case of a decimal number. The second is the display mode. it can have the values DEFAULT, DECIMAL_MANDATORY or DECIMAL_OPTIONAL

objectSumField pipe

Performs the sum of a file field

clvBoolToStr pipe

Convert a boolean to a string ###clvCorrespondToInArray pipe Search in a list of objects and replace the displayed value of the corresponding field with that of another. It takes three parameters. the first is the array (required), the second is the original field (required) and the third is the target field (required)

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-rc-1

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago