« All deprecation guides

Deprecation Guide for Ember.ApplicationInstance

until: 6.0.0
id: deprecate-import-application-instance-from-ember

Previously, ApplicationInstance could be accessed via the Ember import:

import Ember from 'ember';

Ember.ApplicationInstance

If needed, ApplicationInstance can be imported:

import ApplicationInstance from '@ember/application/instance';