Is it possible for the users to modify the objects without changing the model of model under concern?
Answer / Hira Sinha
Yes, Ember allows users to manipulate objects locally within a component or controller. However, if the changes need to be persisted to the server or affect other parts of the application, the model must be updated accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which steps are used to create an app in ember.js?
Explain how is ember.js is different than traditional web application?
What is the use of a template in ember.js?
Explain what is ember-data?
What do you know about ember.js structure?
How popular is ember.js web framework?
Which function in ember.js is used to test whether the value is an array or not?
Write the steps to create an app in ember.js?
Explain application template ?
Is it possible to define a new ember class?
What is the component in ember.js? How is it defined?
What is the different type of route models in ember.js?