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