Ember-inline-component-strings is a simple addon to allow inlining components into strings.
The demo and documentation for this addon live on it's github page, check it out here..
git clone <repository-url>this repositorycd ember-inline-component-stringsnpm install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.