16.0.2 • Published 3 years ago
@startuptools/angular-pipes v16.0.2
@startuptools/angular-pipes
@startuptools/angular-pipes is a pipes library for Angular.
Changelog
Check out the changelog to check all the latest changes.
Contribute
Read the contributing guidelines
Pipes
You can find the documentations in the docs folder.
Collections (array)
emptyheadinitialjoinlasttailuniqwithoutintersectionunionrangemappluckwherefirstOrDefaultorderByreversecountsomeeveryshuffletaketakeUntiltakeWhiledropdeepchunkflatten
Boolean
greatergreaterOrEquallesslessOrEqualequalnotEqualidenticalnotIdenticalisNullisUndefinedisNilisNumberisStringisFunctionisArrayisObjectisDefined
Math
Aggregate
String
leftpadrightpadpadtrimsplitreplacematchtestnewlinescapitalizeupperfirsttemplateencodeURIencodeURIComponentdecodeURIdecodeURIComponentrepeattruncateslugifystripTagslatinizewrapwithreverseStr
Object
Install
npm / yarn
npm install @startuptools/angular-pipes --save
yarn add @startuptools/angular-pipesHow to use
Check the documentation for how to import your pipes in your NgModule and how to use individual pipes.
Tests
yarn
yarn test