Within the scope of a controller, I have a status variable. After a successful rest PUT request, I add a message to this JavaScript variable. This message is displayed in my template using the {{status}}
Is there a way to customize the styling of this message? I attempted to include <br>
tags in the text, but they appeared as plain text without creating line breaks. Additionally, how can I emphasize certain parts of the message with bold formatting?