How AngularJS handle the security?
Answer / chaitanya
AngularJS provide following built-in protection from basic security holes:
1. Prevent HTML injection attacks.
2. Prevent Cross-Site-Scripting (CSS) attacks.
3. Prevent XSRF protection for server side communication.
| Is This Answer Correct ? | 2 Yes | 1 No |
Difference between var, let, const?
What is isolated unit tests?
What is rx observable?
What is the promise?
What is ng-include and when to use it?
What is routing concepts in angular 2?
Is primefaces free?
Explain spa architecture in angularjs?
How to update angular 6 to 7?
What is attribute directive in angular?
Is angular a oop?
What is directive and what are the different types of directives?