I created an in-repo-addon and an in-repo-engine.
in-repo-addon is meant to contain components which can be shared among host applicaiton and in-repo-engine.
Now in my in package.json of in-repo-engine I included the path to the shared-addon (which is my in-repo-addon) under the key “ember-addons”
And tried to access the component in shared-addon in in-repo-engine
But not working. I tried {{shared-addon/say-hi}} as well .
Why is that??
And also what’s the difference between ember g in-repo-engine … and ember engine … terminal commands
5 posts - 2 participants

