百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

angular-pipes

> 前端框架
开源

适用于 Angular 的有用管道

725 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

适用于 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

bash
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

bash
npm install
npm test

License

MIT

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptangularlibrarypipetypescript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

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