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 |
Why do we need provider aliases?
How can you decrease the digest cycle time?
What is ngafterviewchecked?
What is the factory method?
What is $inject in angularjs?
What does ‘ng-serve’ do?
Can angularjs be used for backend?
What does aot stand for?
Why we use routing in angularjs?
Why use multiple ngmodules?
What is a template in angular?
What angularjs 7?