Answer Posted / 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 |
Post New Answer View All Answers