JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 38793
  • Score
    100M100P100Q154770F
  • License MIT

The default blueprint for ember-cli addons.

Package Exports

  • ember-in-element-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-in-element-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-in-element-polyfill

Build Status

This will make in-element (see RFC 287) available in all Ember versions starting at 2.12.

For Ember versions without native support this addon will use the already available private -in-element, using an AST transform, so no run-time overhead will occur.

Compatibility

  • Ember.js v2.12 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-in-element-polyfill

Usage

Install the polyfill and use {{#in-element}} as specified in RFC 287.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.