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 would you not put the shared module?
What is router and its types?
What do you understand by a template variable? How is it used?
What classes should I not add to module's declarations in angular 4?
What are the new features of angular 2?
What is the singleton pattern? How does angular use it?
How to create custom pipes in angular 2?
What are template expressions in angular?
What is class binding in angular?
What is cli in angular?
What is ng build?
What is npm in angular?
What is pipes?
How are jwts used to authenticate angular 4 applications?
How to updating angular cli?