Goodday, i want to display the description and its “bold” word to be bold
how to i display that data from the json applying the tag?? any recommendation or links or advice is a great help 


Goodday, i want to display the description and its “bold” word to be bold
how to i display that data from the json applying the tag?? any recommendation or links or advice is a great help 


You can set the innerHTML of an element like this:
<div [innerHTML]="description"></div>
That will render all your HTML tags of the JSON response 
Thanks a lot mr @saimon