0 votes
in JavaScript by
Features of Ember.js

1 Answer

0 votes
by

Following are the some of the most prominent features of Ember.js:

 Ember.js is used for creating reusable and maintainable JavaScript web applications.

 Ember.js has HTML and CSS at the core of the development model.

 It provides the instance initializers.

 The routes are core features of the Ember.js which are used for managing the URL's.

 Ember.js provides Ember Inspector tool for debugging Ember applications.

 Ember.js uses templates that help to automatically update the model, if the content

of applications gets changed.

...