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 |
What is the component in ember.js?
What controller does in ember.js?
Explain directory structure in ember.js?
Explain what is serializer?
Is it possible for the users to modify the objects without changing the model of model under concern?
How to install ember using npm?
How to install npm on windows?
what ember.js is and how it works?
What is npm install?
what is the difference between router and route in ember.js ?
Write command to start and stop development server in ember.js?
Explain how router and {{outlet}} tag can be useful in ember.js?