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 |
What is directives in angular 2?
Explain ng-click directive?
What is the difference between es5 vs es6?
Do you know what is scope in angular.js?
What is observable type?
Explain ng-repeat directive ?
What is html5 mode?
What is dom manipulation in angular?
Can I use angularjs with php?
What are the key components of angular 2?
Why is lazy evaluation good?
How Directives are compiled?