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 the digest cycle in angularjs?
Mention the steps for the compilation process of html happens?
What is @ngmodule in angular 2?
Write ajax call syntax?
What is SPA (Single Page Application) in AngularJS?
What is the difference between angular and react?
What is the difference between angular 4 and angular 7?
What is data binding in AngularJS?
What are the core components of angular 2?
What is digest loop?
How to do email and phone no. Validation in angularjs?
Is google using angular?