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 flex in angular material?
What are the angularjs global api?
What is shadow dom in angular?
What are ngModel and how do we represent it?
What is jit and aot in angular?
What is root injector in angular?
What is the use of custom directive in angular 2?
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 is @injectable()? Why use?
How do you define a transition between two states in angular?
How to enable html5 mode in angular 1.x?
What are events in angular?