@wizbii/angular-pipes

Angular pipes library

Usage no npm install needed!

<script type="module">
  import wizbiiAngularPipes from 'https://cdn.skypack.dev/@wizbii/angular-pipes';
</script>

README

NPM Version Build Status Downloads

@wizbii/angular-pipes

@wizbii/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)

Boolean

Math

Aggregate

String

Object

Install

npm / yarn

npm install @wizbii/angular-pipes --save
yarn add @wizbii/angular-pipes

How to use

Check the documentation for how to import your pipes in your NgModule and how to use individual pipes.

Tests

yarn
yarn test

License

MIT