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
Explain the steps for creating a services in angular 2?
New html element?
What is eventemitter in angular?
What do double curly brackets are used in angular 5?
What are angular testing utilities?
How to debug the $rootscope object of angularjs when in the browser?
When using ngif if the condition is true. How to display the message and if the condition is false then how to display the message?
What does SPA (Single page application) mean?
Is vue better than angular?
What string interpolation is in angularjs?
Write the cli command to generate a component in angular 4?
What is angular base elements?
What is dependency injection in angular?
Explain viewchild in component interaction?
Explain ngif directive ?