ember-cli-numeraljs

ember-cli addons for numeraljs.

Usage no npm install needed!

<script type="module">
  import emberCliNumeraljs from 'https://cdn.skypack.dev/ember-cli-numeraljs';
</script>

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.