This addon allow developers create inline template only components.
- Ember.js v3.4 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
ember install ember-cli-inline-template-only-components
-
wrap template logic inside
InlineComponentTemplate
component. -
specify local name in
name
attribute. -
invoke locally defined component using
component
helper andfrom-inline-template
helper.
** nested InlineComponentTemplate
s not suppoprted.
See the Contributing guide for details.
This project is licensed under the MIT License.