Ember.js Interview Questions – Set 02
What is the core concept of Ember.js? Following are some concepts used in Ember.js: Store: This is a central repository and cache of all records available in an application. Controller and admin can access it. Models: It specifies a class which defines the data of properties and behavior. Records: It specifies an instance of a model which contains … Read more