Is it possible to define a new ember class?
Answer / Hammad Izhar
"Yes, it is possible to define a new Ember class. Extending existing classes like Ember.Object or using custom classes defined with Ember.Class can create new Ember objects."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of router and {{outlet}} tag in ember.js?
What is ember.namespace.class ?
Explain how you can create instances in ember.js ?
How can you generate a route in ember.js?
Which steps are used to create an app in ember.js?
Explain the directory structure in ember.js.
what is ember.arraycontroller and what is the advantage of it ?
What is a router in ember.js?
what is ember.mixin class ?
Mention some of the functions used in ember packages/ember run-time/lib and packages/ember metal/lib/utils.js ?
What do you know about model in ember.js?
What do you know about ember.js structure?