How to include in it component?
pRatikSathaye opened this issue · 2 comments
pRatikSathaye commented
I am trying to import @ember/jquery in my component.
I did install @ember/jquery and @ember/optional-features and imported as below
import $ from '@ember/jquery'
but I am getting error missing module @ember/jquery in my component.
Is this the right way to import it? Am I missing something?
geetchoudhary commented
@pRatikSathaye , Did you find the right way?
chancancode commented
import $ from 'jquery';