« All deprecation guides
Deprecation Guide for Ember.HistoryLocation
Previously, HistoryLocation
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.HistoryLocation
If needed, HistoryLocation
can be imported:
import HistoryLocation from '@ember/routing/history-location';