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