Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Currency filter for Polymer
https://github.com/skadimoolam/polymer-currency-filter

Last synced: 18 days ago
JSON representation

Currency filter for Polymer

Awesome Lists containing this project

README

        

# polymer-currency-filter

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

### Installation:

> Bower install polymer-currency-filter

### Usage:
``

### Examples

{{ 169535.216 | currency }}

> $169,535.22

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

> USD$169,535.22

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

> USD$169,535.2160