ember-async-shim

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberAsyncShim from 'https://cdn.skypack.dev/ember-async-shim';
</script>

README

ember-async-shim

Import Async helper functions using ES6 syntax.

Installation

  • ember install ember-async-shim

Usage

After installation, module can be imported using es6 syntax:

import Async from 'async'

Note: async will still be bound to global window variable (window.async)

Running Tests

  • ember test

For more information on using ember-cli, visit https://ember-cli.com/.