EngineInstance#boot()

boot (options) Promiseprivate

Defined in packages/ember-application/lib/system/engine-instance.js:61

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
doc_EmberJs
2016-11-30 16:51:53
Comments
Leave a Comment

Please login to continue.