« All deprecation guides
Deprecation Guide for Ember.NoneLocation
until: 7.0.0
id: deprecate-import-none-location-from-ember
Previously, NoneLocation could be accessed via the Ember import:
import Ember from 'ember';
Ember.NoneLocation
If needed, NoneLocation can be imported:
import NoneLocation from '@ember/routing/none-location';