An Ember CLI addon to render a dynamic component.
As of http://github.com/emberjs/ember.js#10093, there is a corresponding system built into Ember with full support. This change should land in Ember 1.11. At that point this component will be deprecated.
Install this addon via npm:
npm install --save-dev ember-dynamic-component
Give the {{dynamic-component}}
helper a type with the name of the component to render, and as that property
changes then the correct component will be rendered:
Any other properties and actions given to the helper will be passed through to the underlying component:
This means the following:
... is essentially the same as:
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.