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 npm command?
How will you create a custom service?
When will ngoninit be called?
What is the ng in angular?
How can we setting up our development environment for angular 2?
Why traceur compiler in angular 2?
What are the advantages of AngularJS?
What is the use of codelyzer in angular 2 application.?
What is the function of module?
Which browsers does angular work with?
Which is the core module in angularjs?
How routing works in angular 2.?