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