Handling Metadata Along with the records returned from your store, you'll likely need to handle some kind of metadata. Metadata is
Acceptance Tests To create an acceptance test, run ember generate acceptance-test <name>. For example:
Core Concepts Before you start writing any Ember code, it's a good idea to get an overview of how an Ember application works.
Using Block Params Components can have properties passed in (Passing Properties to a Component), but they can also return output to be used
Inspecting Routes The Routes tab displays a list of your application's routes. For the following code:
Library Info To see a list of libraries used in your application, click on the Info menu. This view displays the libraries used
Handling Deprecations A valuable attribute of the Ember framework is its use of Semantic
Actions Your app will often need a way to let users interact with controls that change application state. For example, imagine that you have
Adding Nested Routes Up to this point, we've generated four top level routes. An about route
Triggering Changes with Actions You can think of a component as a black box of UI functionality. So far, you've learned how parent components
Page 1 of 10