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