0 votes
in Angular by
What is DOM sanitizer?

1 Answer

0 votes
by

DomSanitizer is used to help preventing Cross Site Scripting Security bugs (XSS) by sanitizing values to be safe to use in the different DOM contexts.

...