Creating a Handlebars Helper So far, our app is directly showing the user data from our Ember Data models. As our app grows, we will want
Testing Components Components can be tested with integration tests using the moduleForComponent helper. Let's
The Component Lifecycle Part of what makes components so useful is that they let you take complete control of a section of the DOM. This allows
Relationships Ember Data includes several built-in relationship types to help you define how your models relate to each other.
Configuring Your App Ember CLI ships with support for managing your application's environment. Ember CLI will setup a default environment
Page 10 of 10