Package Exports
- ember-hash-helper-polyfill
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-hash-helper-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ember-hash-helper-polyfill
This is a polyfill to backport Ember's new hash
helper introduced in Ember 2.3
into Ember 1.13, 2.0, 2.1 and 2.2.
Installation
In your project run:
ember install ember-hash-helper-polyfill
If you want to use this helper inside an addon remember to move it from the devDependencies
to
the dependencies
group of your package.json
Usage
{{yield (hash
name='Sarah'
title=office
)}}