boot (options) Promise
private
Initialize the Ember.EngineInstance
and return a promise that resolves with the instance itself when the boot process is complete.
The primary task here is to run any registered instance initializers.
See the documentation on BootOptions
for the options it takes.
Parameters:
-
options
Object
Returns:
-
Promise
Please login to continue.