Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of using angular.js framework?
How do I increase my webpack speed?
What is angular 7? How is it different from angularjs?
What are different ways of bootstrapping AngularJS?
What is the difference between $parse and $eval?
How would you define custom typings to avoid editor warnings?
Can we use the open-source closure library with angular?
Explain what is testability like in Angular?
What is angular unit testing?
How to use filter in angular js?
What is if-else-and-then conditions in angular4?
What is lazy loading and how to enable lazy loading?
What are @injectable providers?
List some of the built-in validators in angularjs?
What is singleton pattern? How does angular use it?