Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

angular-pipes

> 前端框架
Open source

Useful pipes for Angular

725 stars0 likes0 views
WebsiteGitHub

About

Useful pipes for Angular

Not actively maintained

angular-pipes

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 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

  • bytes
  • ceil
  • floor
  • round
  • degrees
  • radians
  • random
  • pow
  • sqrt
  • ordinal

Aggregate

  • groupBy
  • min
  • max
  • mean
  • sum

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

  • keys
  • toArray
  • defaults

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

License

MIT

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScriptangularlibrarypipetypescript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category前端框架
PricingOpen source

> Related tools

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架