My team has a number of jquery plugins that we would like to use in our application.
Slimscroll
popover
tooltip
Select2
TreeJs
Flotcharts
etc…
What is the way one goes about incorporating these plugins into a project in Ember with the jquery integration enabled as detailed here?
I was under the impression ember-auto-import performs some magic to make this painless.
I should note we are also using Apex Charts , for which ember-auto-import does indeed work its magic.
Also in case it’s relevant we are using ember-cli-typescript.