ember-cli-numeraljs
v1.0.1
Published
ember-cli addons for numeraljs.
Downloads
6
Readme
ember-cli-numeraljs
an ember addon for numeraljs
Compatibility
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
Installation
ember install ember-cli-numeraljs
Usage
The add-on provides a helper for formatting numbers:
{{numeral-format value format}}
You can also import the numeral library in your application:
import numeral from 'numeral';
Contributing
See the Contributing guide for details.
License
This project is licensed under the Apache-2.0.