@if (showTitle) {

Chat

}
@for (msg of chatService.getMessages(); track msg) {
{{ msg.sender }}
{{ msg.text }} @if (msg.actions) {

Actions:
@for (action of msg.actions; track action) { -  {{ action }}
}

}
}
   
Predefined User Message: