How AngularJS is different from other JavaScript Framework?
Answer / 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 |
what is di (dependency injection) and how an object or function can get a hold of its dependencies?
What is the factory method in angular 2?
What routing means?
Can you automate porting angular 1 code to angular 2?
What do you understand by dependency injection in angularjs?
How to open dialog box in angular 4?
Explain what is data binding in angularjs?
What is a class in angular?
What are the different types of filters in angular?
What is angular router and router module?
What is the difference between angularjs and angular?
What is share module?