suggy75 / angular-pipes

Useful pipes for Angular

Home Page:https://fknop.gitbooks.io/angular-pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM Version Build Status Coverage Status Downloads Downloads

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.

Collections (array)

Boolean

Math

Aggregate

String

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

License

MIT

About

Useful pipes for Angular

https://fknop.gitbooks.io/angular-pipes

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%