in-repo-addon を作成し、残ります。としましょうsay-hello
。その後、ember-eninge を作成しました。としましょうusers-engine
。
5月のメインアプリケーションでは、アドオンを次のように直接使用できます
//application.hbs
{{say-hello}}
users-engine での使用方法は?
//lib/users-engines/templates/index.hbs
{{say-hello}} //It is not working also not throwing any error