How do I retrieve only the first word , in this case "Koobiyo" from angular html?
json object:
{
"otherInformation": "Koombiyo,Kurunegala,Kuliyapitiya"
}
I want to access from it here, like this?
HTML:
<td>
{{ issue.otherInformation }}
</td>
how do I do that?