How do I display the JSON formatted in HTML in Angular? This is my current code in HTML:
<h5>Konsep Produk</h5>
<br />
{{productConcept}}
This is a sample of the JSON data:
"key": "AAA",
"value": "<b>Heading</b>Description Here",
How do I display the JSON formatted in HTML in Angular? This is my current code in HTML:
<h5>Konsep Produk</h5>
<br />
{{productConcept}}
This is a sample of the JSON data:
"key": "AAA",
"value": "<b>Heading</b>Description Here",