Announcing polymer-currency-filter

170 views
Skip to first unread message

Adi

unread,
Mar 1, 2015, 7:51:20 PM3/1/15
to polym...@googlegroups.com
Announcing polymer-currency-filter.

Currency Filter is plugin for Polymer to format Numbers in Currency format.

Installation:

Bower install polymer-currency-filter

Usage:

<link rel="import" href="[components]/polymer-currency-filter/polymer-currency-filter.html">

Examples

{{ 169535.216 | currency }}

$169,535.22

{{ 169535.216 | currency('USD$') }}

USD$169,535.22

{{ 169535.216 | currency('USD$', 4) }}

USD$169,535.2160



Reply all
Reply to author
Forward
0 new messages