angular-pipes
angular-pipes is a pipes library for Angular
.
Announcement
UMD Bundles and ESM code are now distributed on npm
with the standard JS files ! Check the changelog for more information.
Contribute
Read the contributing guidelines
Pipes
You can find the documentations in the docs
folder or on GitBook
.
Collections (array)
empty
head
initial
join
last
tail
uniq
without
intersection
union
range
map
pluck
where
firstOrDefault
orderBy
reverse
count
some
every
shuffle
take
takeUntil
takeWhile
drop
deep
chunk
flatten
Boolean
greater
greaterOrEqual
less
lessOrEqual
equal
notEqual
identical
notIdentical
isNull
isUndefined
isNil
isNumber
isString
isFunction
isArray
isObject
isDefined
Math
Aggregate
String
leftpad
rightpad
pad
trim
split
replace
match
test
newlines
capitalize
upperfirst
template
encodeURI
encodeURIComponent
decodeURI
decodeURIComponent
repeat
truncate
slugify
stripTags
latinize
wrap
with
reverseStr
Object
Install
npm
npm install angular-pipes --save
How to use
Check the documentation
for how to import your pipes in your NgModule
and how to use individual pipes.
Tests
npm install
npm test