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
How angular.module works?
Explain the concept of lazy loading in angular 2
How to validate an url in angularjs?
How can you add an active class to a selected element in a list component?
What is routerlinkactive in angular?
Can react be used with php?
How angular js integrates with html?
What are angular classes?
What is angular cli command?
What is directives in angular 2?
What is angular 5?
What is the use of restrict and template property when creating custom directives?
Difference between directive and pipe in angular?
What is the difference among "declarations", "providers" and "import" in ngmodule?
Why webpack is used in angular?