when i use a ember-component for example
{{blog-post title=title}}
{{/blog-post}}
<h1> Welcome to my Blog </h1>
I donot want a line break between component and htlml tag.
when i use a ember-component for example
{{blog-post title=title}}
{{/blog-post}}
<h1> Welcome to my Blog </h1>
I donot want a line break between component and htlml tag.
I set the component class's
tagName
property to span. So: