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