« All deprecation guides

Deprecation Guide for Ember.ComputedProperty

until: 6.0.0
id: deprecate-import-computed-property-from-ember

Previously, ComputedProperty could be accessed via the Ember import:

import Ember from 'ember';

Ember.ComputedProperty

There is no replacement for this API.