message.properties.ts
export const message {
'comment.require.error2': 'The response has been chosen as <b>NO</b>, you must provide comments to support it',
}
HTML
<small class="lmn-text-danger">
{{ message['comment.require.error2'] }}
</small>
How can I render NO
as bold, when I try to use this way it also renders HTML(<b>NO</b>)