« All deprecation guides
Deprecation Guide for Ember.Engine
until: 7.0.0
id: deprecate-import-engine-from-ember
Previously, Engine
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.Engine
If needed, Engine
can be imported:
import Engine from '@ember/engine';