Ember.ComponentTemplateDeprecation Class
The ComponentTemplateDeprecation mixin is used to provide a useful
deprecation warning when using either template
or templateName
with
a component. The template
and templateName
properties specified at
extend time are moved to layout
and layoutName
respectively.
Ember.ComponentTemplateDeprecation
is used internally by Ember in
Ember.Component
.