« All deprecation guides

Deprecation Guide for Ember.inject

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

Previously, inject could be accessed via the Ember import:

import Ember from 'ember';

Ember.inject

There is no replacement for this API.