Wrapping Content in a Component Sometimes, you may want to define a component that wraps content provided by other templates.
Testing Components Components can be tested with integration tests using the moduleForComponent helper. Let's
Binding Element Attributes In addition to normal text, you may also want to have your templates contain HTML elements whose attributes are
Troubleshooting Below are some common issues you may encounter when using the Inspector, along with the necessary steps to solve them. If
Routes and Templates Ember uses routes to define logical, addressable pages within our application. In Super
Building a Complex Component As they search for a rental, users might also want to narrow their search to a specific city. Let's build a component
Configuring Your App Ember CLI ships with support for managing your application's environment. Ember CLI will setup a default environment
Rendering Performance You can use the Inspector to measure your app's render times. Click on Render Performance to start inspecting
Relationships Ember Data includes several built-in relationship types to help you define how your models relate to each other.
Creating Your App Welcome to the Ember Tutorial! This tutorial is meant to introduce basic Ember concepts while creating a professional looking
Page 9 of 10