1.0.1 • Published 3 years ago

ember-cli-numeraljs v1.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
3 years ago

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.