(Angular) PrimeNG table, disable/hide HTML tags in cell (Quill.js)

283 Views Asked by At

I cannot seem to hide HTML tags in PrimeNG table that is being edited with Quill.js. Is there a setting to fix this?

enter image description here

1

There are 1 best solutions below

0
On

I've solved this using angular stripHtml custom Pipe:

Strip html in Angular template binding