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 |
Can angularjs be used for backend?
Is angularjs a framework, library or a plugin?
How angular apps prevent this attack?
Explain jquery selector?
Can AngularJS have multiple ng-app directives in a single page?
What is the json web token structure?
Explain how logs are maintained in angularjs?
In angular what is string interpolation?
Explain what is di (dependency injection) and how an object or function can get a hold of its dependencies?
How can we share data between controllers?
What does aot stand for?
How to setup and install ionic framework with angular 4?