I have the following code snippet in my html:
<p>Tags: {{source.tags}}</p>
This is the processed html:
mq-server queue republish purge
This value comes from a field in my object:
'tags': 'mq-server queue republish purge'
I want to add a style to each separated by a spatial word, in the best words like tags, I like the level information in bootstrap, who has an idea how to achieve this?
source
share