How AngularJS expressions are different from the JavaScript expressions?



How AngularJS expressions are different from the JavaScript expressions?..

Answer / chaitanya

1. Angular expressions can be added inside the HTML templates.

2. Angular expressions doesn't support control flow statements (conditionals, loops, or exceptions).

3. Angular expressions support filters to format data before displaying it.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is a template variable. How would you use it?

0 Answers  


What is the use of http interceptor?

0 Answers  


Why services are used in angularjs?

0 Answers  


What is primitive data type?

0 Answers  


What is ng full form?

0 Answers  


What is the use of filter in angularjs?

0 Answers  


What is Dependency Injection in Angular 4?

0 Answers  


What are zones? What is ngzone? What is change detection? What is ngzone run outside?

0 Answers  


What is digest loop?

0 Answers  


What set of modern browsers are supported in angular 2?

0 Answers  


What is the difference between the $watch, $digest, and $ apply?

0 Answers  


Does angular support nested controllers?

0 Answers  


Categories