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 are directives? Mention some of the most commonly used directives in angularjs application?

1 Answers  


What is difference between component and module in angular?

1 Answers  


What are the disadvantages of angularjs?

1 Answers  


What is an async pipe?

1 Answers  


With options on page load how you can initialize a select box?

1 Answers  


What is the advantage of angular?

1 Answers  


What is pathmatch in angular?

1 Answers  


When to use $destroy() function of scope?

1 Answers  


What is angular 5? Whats new in it?

1 Answers  


Which ones are singleton in angularjs?

1 Answers  


What is data binding? Explain two-way data binding?

1 Answers  


Write the difference between directive and component in angular js?

1 Answers  


Categories