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 ngroute?
What is lazy loading angularjs?
What is angularjs prefixes $ and $$?
What are promises in angular 2?
What is directives in angular 2?
What directives are used to show and hide HTML elements in AngularJS?
How do ng models work?
What is difference between $interval and window. setInterval in AngularJS?
What is a good use case for ngrx/store?
How an object or function can get a hold of its dependencies?
How can you add an active class to a selected element in a list component?
What are the life cycle hooks order in angularjs?