« All deprecation guides

Deprecation Guide for Ember.Application

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

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';