« All deprecation guides
Deprecation Guide for Ember.onLoad
Previously, onLoad could be accessed via the Ember import:
import Ember from 'ember';
Ember.onLoad
If needed, onLoad can be imported:
import { onLoad } from '@ember/application';