@konrad wrote:
Hi, I'm trying to render an Ember component inline. Right before, there is a "(" character and right after there is ")". What I do in Handlebars:
<html>({{my-ember-component}})</html>
. However, this results in the following render result in the browser. "( my component text )". You can see, there are whitespaces rendered before and after the component. How can I avoid this?
Posts: 4
Participants: 2