« All deprecation guides

Deprecation Guide for Ember.Route

until: 6.0.0
id: deprecate-import-route-from-ember

Previously, Route could be accessed via the Ember import:

import Ember from 'ember';

Ember.Route

If needed, Route can be imported:

import Route from '@ember/routing/route';