angular-pipes-forked
v7.0.2
Published
Angular pipes library
Maintainers
Readme
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)
emptyheadinitialjoinlasttailuniqwithoutintersectionunionrangemappluckwherefirstOrDefaultorderByreversecountsomeeveryshuffletaketakeUntiltakeWhiledropdeepchunkflatten
Boolean
greatergreaterOrEquallesslessOrEqualequalnotEqualidenticalnotIdenticalisNullisUndefinedisNilisNumberisStringisFunctionisArrayisObjectisDefined
Math
Aggregate
String
leftpadrightpadpadtrimsplitreplacematchtestnewlinescapitalizeupperfirsttemplateencodeURIencodeURIComponentdecodeURIdecodeURIComponentrepeattruncateslugifystripTagslatinizewrapwithreverseStr
Object
Install
npm
npm install angular-pipes --saveHow 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