bootPromise
private
Initialize the application and return a promise that resolves with the Ember.Application
object when the boot process is complete.
Run any application initializers and run the application load hook. These hooks may choose to defer readiness. For example, an authentication hook might want to defer readiness until the auth token has been retrieved.
By default, this method is called automatically on "DOM ready"; however, if autoboot is disabled, this is automatically called when the first application instance is created via visit
.
Returns:
-
Promise
Please login to continue.