« All deprecation guides
Deprecation Guide for Ember.runLoadHooks
until: 7.0.0
id: deprecate-import-run-load-hooks-from-ember
Previously, runLoadHooks could be accessed via the Ember import:
import Ember from 'ember';
Ember.runLoadHooks
If needed, runLoadHooks can be imported:
import { runLoadHooks } from '@ember/application';