Ember.ApplicationInstance Class
PUBLIC
Extends: Ember.EngineInstance Defined in: packages/ember-application/lib/system/application-instance.js:20 Module: ember-application
The ApplicationInstance encapsulates all of the stateful aspects of a running Application. At a high-level, we break application boot into two distinct phases: Definition time, where all of the classes, templates, and other dependencies are loaded (typically in the browser). Run time, where we begin executing the applica