Object Inspector The Inspector includes a panel that allows you to view and interact with your Ember objects. To open it, click on any Ember
Development Helpers Development Helpers Handlebars and Ember come with a few helpers
Displaying the Keys in an Object If you need to display all of the keys or values of a JavaScript object in your template, you can use the
Defining Models A model is a class that defines the properties and behavior of the data that you present to the user. Anything that the user
Handling Events You can respond to user events on your component like double-clicking, hovering, and key presses through event handlers. Simply
Links The {{link-to}} Helper You create a link to a route using the
Customizing Serializers In Ember Data, serializers format the data sent to and received from the backend store. By default, Ember Data serializes
Loading / Error Substates The Ember Router allows you to provide feedback that a route is loading, as well as when an error occurs in loading
Customizing Adapters In Ember Data, the Adapter determines how data is persisted to a backend data store, such as the URL format and headers
Feature Flags New features are added to Ember.js within conditional statements. Code behind these flags can
Page 8 of 10