« All deprecation guides
Deprecation Guide for Ember.isNamespace
until: 7.0.0
id: deprecate-import-is-namespace-from-ember
Previously, isNamespace
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.isNamespace
There is no replacement for this API.