Using Block Params
  • References/JavaScript/Ember.js/Guides/Components

Using Block Params Components can have properties passed in (Passing Properties to a Component), but they can also return output to be used

2025-01-10 15:47:30
Deploying
  • References/JavaScript/Ember.js/Guides/Tutorial

Deploying To deploy an Ember application simply transfer the output from ember build to a web server. This can be done with standard

2025-01-10 15:47:30
The View Tree
  • References/JavaScript/Ember.js/Guides/Ember Inspector

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

2025-01-10 15:47:30
Configuring Ember CLI
  • References/JavaScript/Ember.js/Guides/Configuring Ember.js

Configuring Ember CLI In addition to configuring your app itself, you can also configure Ember CLI. These configurations can be made by adding

2025-01-10 15:47:30
Installing Ember
  • References/JavaScript/Ember.js/Guides/Getting Started

Installing Ember Getting started with Ember is easy. Ember projects are created and managed through our command line build tool Ember CLI

2025-01-10 15:47:30
Installing the Inspector
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Installing the Inspector You can install the Inspector on Google Chrome, Firefox, other browsers (via a bookmarklet), and on mobile devices

2025-01-10 15:47:30
Tackling Deprecations
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Tackling Deprecations As part of making your app upgrades as smooth as possible, the Inspector gathers your deprecations, groups them, and

2025-01-10 15:47:30
Models
  • References/JavaScript/Ember.js/Guides/Models

Introduction Models are objects that represent the underlying data that your application presents to the user. Different apps will have very

2025-01-10 15:47:30
Data Tab
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Data Tab You can inspect your models by clicking on the Data tab. Check out

2025-01-10 15:47:30
Setting Up Tests
  • References/JavaScript/Ember.js/Guides/Tutorial

Setting Up Tests To demonstrate the basic setup and processing of an Ember application, this section will walk through building an Ember application

2025-01-10 15:47:30