« All deprecation guides

Deprecation Guide for Ember.HashLocation

until: 6.0.0
id: deprecate-import-hash-location-from-ember

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';