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