You have an HTML response I want to display. How do I do that? Technology Community › Category: Angular › You have an HTML response I want to display. How do I do that? 0 Vote Up Vote Down VietMX Staff asked 4 years ago The correct syntax is the following: <div [innerHTML]="theHtmlString"></div> Working in 5.2.6