Package Exports
- ember-runtime-enumerable-includes-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-runtime-enumerable-includes-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-runtime-enumerable-includes-polyfill
This addon polyfills the ember-runtime-enumerable-includes feature added to Ember
in 2.8.0. This addon is intended to allow addons and/or applications use the new
functionality and avoid deprecations while still supporting older Ember versions.
Read more details on the feature here:
Usage
To use this addon in your project, install it as a runtime dependency:
npm install --save ember-runtime-enumerable-includes-polyfillThat's it!
Installation
git clone <repository-url>this repositorycd ember-runtime-enumerable-includes-polyfillnpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.