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

https://github.com/onehilltech/ember-cli-numeraljs


https://github.com/onehilltech/ember-cli-numeraljs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

ember-cli-numeraljs
==============================================================================

an ember addon for [numeraljs](http://numeraljs.com/)

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:

```handlebars
{{numeral-format value format}}
```

You can also import the numeral library in your application:

```javascript
import numeral from 'numeral';
```

Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.

License
------------------------------------------------------------------------------

This project is licensed under the [Apache-2.0](LICENSE.md).