0 votes
in Angular by
What is the role of template compiler for prevention of XSS attacks?

1 Answer

0 votes
by

The offline template compiler prevents vulnerabilities caused by template injection, and greatly improves application performance. So it is recommended to use offline template compiler in production deployments without dynamically generating any template.

...