what is ember.mixin class ?
Answer / Munindra Kumar Mishra
Ember.Mixin is a base object in Ember.js that provides additional functionality to other objects by mixing its properties and methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention some of the functions used in ember packages/ember run-time/lib and packages/ember metal/lib/utils.js ?
How to disable prototype extensions in ember.js ?
What are basic models of ember.js?
What is the core concept of ember.js?
Mention the template components used in ember.js ?
What is the role of adapters in ember.js?
What is a router in ember.js?
what are the two ways of defining and inserting a view?
What is ember.js? Write the steps to create an app in ember.js?
what is the use ember.sortablemixin ?
Explain the role of adapter and types of adapters ?
what is enumerables in ember.js ?