How AngularJS expressions are different from the JavaScript expressions?
Answer Posted / 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 View All Answers
What is the process of inserting an embedded view from a prepared templateref?
How to preventdefault on anchor tags?
What is the benefit of angular?
What is bazel and closure compiler in angular6?
What is shadow dom? How is it helping angular 2 to perform better?
Can you differentiate javascript and angularjs?
How to access parent scope from child controller in angularjs?
How to set, get and clear cookies in angularjs?
What is directive in angular?
What methods $resource service object support?
Is angular modules and es modules are the same?
Can I use two ng class?
What is params in angularjs?
Differentiate between dom and bom.
What is ng-app in angularjs?