npm

ember-let-polyfill

0.1.0 • Public • Published

ember-let-polyfill

This addon provides a polyfill for the block let feature added in Ember 3.2

Installation

ember install ember-let-polyfill

Usage

{{#let (concat "hello" " " "world") as |msg|}}
  <p>{{msg}}</p>
{{/let}}

Migration

Applications

After you upgrade your application to Ember 3.2, you should remove ember-let-polyfill from your package.json.

Addons

Addons generally support many different Ember versions, so leaving ember-let-polyfill in place for consumers of your addon is perfectly normal. When the addon no longer supports Ember versions older than 3.2, we recommend removing ember-let-polyfill from your package.json and doing a major version bump.

License

This project is licensed under the MIT License.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.01,765latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.01,765
0.0.12

Package Sidebar

Install

npm i ember-let-polyfill

Weekly Downloads

1,767

Version

0.1.0

License

MIT

Unpacked Size

9.2 kB

Total Files

12

Last publish

Collaborators

  • cafreeman