Announcing polymer-currency-filter.

Currency Filter is plugin for Polymer to format Numbers in Currency format. 
<https://github.com/skadimoolam/polymer-currency-filter#installation>
Installation:

Bower install polymer-currency-filter

<https://github.com/skadimoolam/polymer-currency-filter#usage>Usage:

<link rel="import" 
href="[components]/polymer-currency-filter/polymer-currency-filter.html">
<https://github.com/skadimoolam/polymer-currency-filter#examples>Examples

{{ 169535.216 | currency }}

$169,535.22

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

USD$169,535.22

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

USD$169,535.2160



Website: https://github.com/skadimoolam/polymer-currency-filter 

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/3492503c-5975-49a6-9d05-cd1454c399fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to