Installation

Within your ember-cli project folder, run the following:

(Recommended) To use with native JavaScript/TypeScript classes used throughout this documentation, ensure you also meet the following in your application/addon:

  • At least ember-cli-babel@^7.7.2
  • At least @babel/core@^7.5.0 (as a transitive dependency via ember-cli-babel)
  • At least ember-cli-typescript@^2.0.0 and TypeScript 3.7+, if you want to use it with TypeScript