Class Engine
publicimport Engine from '@ember/engine';
The Engine
class contains core functionality for both applications and
engines.
Each engine manages a registry that's used for dependency injection and
exposed through RegistryProxy
.
Engines also manage initializers and instance initializers.
Engines can spawn EngineInstance
instances via buildInstance()
.
resolver public
Module:
@ember/engine
Defined in packages/ember-application/lib/system/engine.js:443
Set this to provide an alternate class to Ember.DefaultResolver