I’m trying to create an ember addon for our application. Would it be possible to use another ember addon within my addon and have the ember app use it?
I"m trying to look into using ember json api resource addon on the addon that I’m developing.
So using ember install ember-jsonapi-resources, would be enough? I don’t have to specify anything under the “ember-addon” in the package.json? I’ve read that there’s a before and after option under it.