390 Views
With DOMPurify we can make a pipe that will not only mark value as safe but will actually make it so. We would need to run it through DOMPurify.sanitize method and mark it as safe with provided context: That is all there is to make inlining HTML safe.
0 comments