Questions tagged [ember-addon]

Extensions for ember.js applications

ember.js addons are specific extensions for ember.js applications.

To find ember.js addons have a look at these listings:

To develop ember.js addons have a look at these resources:

93 questions
0
votes
1 answer

Ember CLI http-mock as Addon

I'm using Ember CLI's http-mock feature to mock REST API endpoints, but I'd like to use it in multiple Ember CLI applications. I thought an addon would be a great solution to this, but I can't seem to get it to work. Does Ember Addon support…
Johnny Oshika
  • 54,741
  • 40
  • 181
  • 275
-1
votes
1 answer

Can Ember-hash-helper-polyfill be used for app in ember version < 1.13?

The Readme for Ember-hash-helper-polyfill says that it can be used in ember versions 1.13 -> 2.2. Does this mean it can not be used in older versions(such as 1.11)?
D Z
  • 73
  • 7
-1
votes
1 answer

How to call a method from ember addon component to application mixin file in ember 2.0

Have a method getAction() into application mixin file. I just need to call that method from ember addon component. Kindly help me.
1 2 3 4 5 6
7