ember-jquery
Ember has been historically coupled to jQuery. As part of RFC294 jQuery has been made optional and this addon will explicitly add the jQuery integration functionality.
Installation
ember install @ember/jquery
You should also explicitly tell Ember to enable its jQuery integration:
ember install @ember/optional-features
ember feature:enable jquery-integrationLicense
This project is licensed under the MIT License.

