Hello, wrap them in <p>
or <span>
and use dmx-show attribute like:
<p dmx-show="your_binding">{{your_binding}},</p>
or you can add commas via CSS using ::before
or ::after
pseudo classes.
Hello, wrap them in <p>
or <span>
and use dmx-show attribute like:
<p dmx-show="your_binding">{{your_binding}},</p>
or you can add commas via CSS using ::before
or ::after
pseudo classes.