How AngularJS is different from other JavaScript Framework?
Answer Posted / chaitanya
AngularJS is different from other JavaScript framework in following ways:
1. AngularJS mark-up lives in the DOM.
2. AngularJS uses plain old JavaScript objects (POJO).
3. AngularJS is leverages with Dependency Injection.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages & limitation of aot compilation?
Is angular difficult to learn?
What is bazel and closure compiler in angular 6? Explain
What is event binding in angular?
What is the difference between javascript and ecmascript?
How to use sharedmodule in angular2?
What is difference between value and constant?
What is $rootscope in AngularJS?
Which service is used for making ajax calls in angular?
Explain angular elements?
Explain basic steps to set up an angular js app?
In angular js, we need to worry about security holes?
How will you display different images based on the status being red, amber, or green?
Explain ui routing in angularjs?
What is a provider in angular?