14.0.3 • Published 3 years ago

@nexific/ng-pipes v14.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@nexific/ng-pipes

A library with helpful Pipes for Angular.

Pipes

abs

Convert a number to an absolute number

ceil

Round a number up

floor

Round a number down

nl2br

Convert new lines to line break html tags

padEnd

Pad a string at the end

padStart

Pad a string at the beginning

repeat

Repeat a value multiple times

round

Round a number

safeHtml

Execute HTML in a string

trim

Trim a string

trimEnd

Trim a string at the end

trimStart

Trim a string at the beginning

truncate

Truncate a string

unix2Date

Convert a Unix Timestamp (Seconds) to a JavaScript Date object