« All deprecation guides
Deprecation Guide for Ember.Engine
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';