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