1
votes

Does the current version of the Angular-Slickgrid support the DomSanitization? If yes please help me to do it.

Requirement: From the API call I get the rich text as data, which has HTML elements in it. I need to display the rich text into the grid as is to have the formatting (e.g. bold, underline).

Here is the sample data that comes from the API:

name: \<strong>\<underline>John K Paul\</underline>\</strong>

Here is a similar ask from another person. How can I resolve "safeHtml pipe not working" in Angular 8