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 is the angular cli?
Explain about angularjs service?
What is routerstatesnapshot in angular?
Explain ng-controller directive ?
Explain data binding in angular 4?
What are modules in angular?
What do you understand by linking function?
What are the life cycle hooks order in angularjs?
List down the popular angularjs ide plugins/extensions for web development?
How to add rows in angular js?
How do we create a singleton service in angular 2?
What is difference between javascript and angular?