« All deprecation guides

Deprecation Guide for Ember.Namespace

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

Previously, Namespace could be accessed via the Ember import:

import Ember from 'ember';

Ember.Namespace

If needed, Namespace can be imported:

import Namespace from '@ember/application/namespace';