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 are the differences between $resource and $http?
What is the core difference between angularjs compilation and javascript frameworks?
How does oauth 2.0 work?
What is template angular 2? Why use?
How to upgrade angular 7 to 8?
Explain ng-model directive?
What are lifecycle hooks and why it is important?
What is scope hierarchy? How many scopes can an application have?
What is angular and why use it?
What is angular?
What is the scope of $scope?
What are different type or classification of directives?