ember-dynamic-component icon indicating copy to clipboard operation
ember-dynamic-component copied to clipboard

Ember addon to render a dynamic component

Results 2 ember-dynamic-component issues
Sort by recently updated
recently updated
newest added

dynamic-component seems to be able to render required components without wrapping them in an extra element: ``` html Component content ``` But when i pass `tagName` to dynamic component, e....

Tried ``` needs: ['view:dynamic-component'] needs: ['component:dynamic-component'] needs: ['helper:dynamic-component'] ``` but they aren't working. ps - thanks for this! it rules.