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