0.0.5 • Published 5 years ago

@diy-kitchens/pipes v0.0.5

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Pipes

Below is a list of pipes in this package and a demonstration of their usage

namesample markupresult
currency29.9 | currency£29.90
mergeUnique[['a', 'b'], ['b', 'c']] | mergeUniquea,b,c
objectKeys{ name: 'Jeff', age: 25 } | objectKeysname,age
safe<a [href]='"https://google.com" | safe'>https://google.com</a>https://google.com
sanitizeHtml<div [innerHtml]="'<script>alert(\'injection attack\')</script> user content' | sanitizeHtml"></div>user content
sentenceCase'this is sentence case' | sentenceCaseThis is sentence case
titleCase'this is title case' | titleCaseThis Is Title Case
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago