What is the component in ember.js? How is it defined?
Answer / Mrityunjay Kumar
In Ember.js, a Component represents a reusable piece of UI. It is similar to a route or controller but is more self-contained. You can define a new component by creating a JavaScript file and using the `Ember.Component.extend` method.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the core concept of ember.js?
what is ember-data ?
What are observers in ember.js?
What is the directory structure in ember.js?
Explain the role of adapter and types of adapters ?
what is ember.arraycontroller and what is the advantage of it ?
Why you use ember.js?
How to install ember using npm?
Explain how you can add data using fixture into an application?
Explain the directory structure in ember.js.
Explain application template ?
what is the use ember.sortablemixin ?