Angular
-
Using Angular innerHtml to display user-generated content without sacrificing security
Why do some of your styles no longer work when using [innerHtml] to show some HTML content? Angular comes with a built-in html sanitizer DomSanitizer, as a security feature, thats used whenever you...
read article