Using Block Params Components can have properties passed in (Passing Properties to a Component), but they can also return output to be used
The View Tree You can use the View Tree to inspect your application's current state. The View Tree shows you the currently rendered templates
Configuring Ember CLI In addition to configuring your app itself, you can also configure Ember CLI. These configurations can be made by adding
Installing the Inspector You can install the Inspector on Google Chrome, Firefox, other browsers (via a bookmarklet), and on mobile devices
Installing Ember Getting started with Ember is easy. Ember projects are created and managed through our command line build tool Ember CLI
The Model Hook Now, let's add a list of available rentals to the index template. We know that rentals will not be static, since eventually
Built-in Helpers Built-in Helpers In the last section you learned how to write a
Setting Up Tests To demonstrate the basic setup and processing of an Ember application, this section will walk through building an Ember application
Dependency Injection Ember applications utilize the dependency
Introduction Controllers Controllers behave like a specialized type of Component
Page 3 of 10