an ember addon for numeraljs
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
ember install ember-cli-numeraljs
The add-on provides a helper for formatting numbers:
You can also import the numeral library in your application:
import numeral from 'numeral';
See the Contributing guide for details.
This project is licensed under the Apache-2.0.