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 |
What does SPA (Single page application) mean?
What's new in angular 4?
What is change detection strategy in angular?
What are the key features of angular.js?
Explain ng-disabled directive?
What is pathlocationstrategy?
What is main differences between angular expression and javascript expression?
How can you hide an html element just by a button click in angular?
What is difference between service and factory?
What is the difference between $evalasync and $timeout in angularjs?
What is the difference between ng model and ng bind?
Explain the use of @injectable()?