I have created and ember in-repo-addon. Let's say say-hello
. After that I created ember-eninge. Let's say users-engine
.
In may main application I can directly use the addon as
//application.hbs
{{say-hello}}
How to use it in the users-engine ?
//lib/users-engines/templates/index.hbs
{{say-hello}} //It is not working also not throwing any error