« All deprecation guides
Deprecation Guide for Ember.TEMPLATES
until: 7.0.0
id: deprecate-import-templates-from-ember
Previously, TEMPLATES
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.TEMPLATES
TEMPLATES
is also private.
There is no replacement for this API.