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 |
Does webpack remove unused imports?
How would you specify that a scope variable should have one-time binding only?
Is angular js compatible with all browsers?
What is the difference between angularjs and node.js?
How do you resolve a template url relative to a component class?
What are the ngmodule metadata properties?
What is bundle js in angular?
What is ngx bootstrap?
What is modules in angular?
What is Dependency Injection in AngularJS?
What is service heroservice?
Can we use angularjs in android?