« All deprecation guides
Deprecation Guide for Ember.Application
Previously, Application could be accessed via the Ember import:
import Ember from 'ember';
Ember.Application
If needed, Application can be imported:
import Application from '@ember/application';