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 singleton pattern and where we can find it in angular?

0 Answers  


What about auto bootstrap process in angular js?

0 Answers  


What is the difference between a stateful and stateless component in angularjs?

0 Answers  


What is bazel and closure compiler in angular6?

0 Answers  


Explain ng-app directive angularjs?

0 Answers  






Why we use ng app in angularjs?

0 Answers  


Is nested controllers possible or not in angularjs?

0 Answers  


Please explain formgroup and formcontrol in angular?

0 Answers  


What is ng-repeat directive in angularjs?

0 Answers  


What the link function is and how it differs from compile?

0 Answers  


Explain life cycle in angular?

0 Answers  


Explain currency filter and when to use it?

0 Answers  


Categories