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 platformbrowserdynamic?

0 Answers  


What are the form validations supported by angularjs?

0 Answers  


Explain angular js boot process.

0 Answers  


What is difference between ng if and ng show?

0 Answers  


Explain the usage of {{}}?

0 Answers  






Explain expressions in angularjs?

0 Answers  


What is routerstatesnapshot in angular?

0 Answers  


In how many ways the Data Binding can be done?

0 Answers  


Difference between service, directive, and module?

0 Answers  


How many types of ngmodule?

0 Answers  


How to use the css binding in angular js?

0 Answers  


What is dependency injection (di)? Why use?

0 Answers  


Categories