Previous: Home
Within your ember-cli project folder, run the following:
ember install ember-concurrency
(Recommended) To use with native JavaScript/TypeScript classes and decorator syntax as used throughout this documentation, ensure you also meet the following in your application/addon:
ember-cli-babel@^7.7.2
@babel/core@^7.5.0
(as a transitive dependency via ember-cli-babel
)ember-cli-typescript@^2.0.0
and TypeScript 3.7+, if you want to use it with TypeScript@ember-decorators/babel-transforms
is _not_ installedember-decorators-polyfill
is neededPrevious: Home