1.

What are the security threats should we be aware of in angular 2?

Answer»
  • AVOID INJECTING dynamic Html content
  • Sanitize external HTML
  • Do not PUT external URLs in the application
  • Use AOT compilation
  • Prevent XSRF attack by RESTRICTING API


Discussion

No Comment Found