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
Do I need angular?
What is ngzone run outside angular 2?
What do you understand by deep linking?
Explain the use of @injectable()?
How to perform animation in angular?
Is react a framework?
What is interpolation in angular?
What is tsconfig json in angulr 2?
What is the difference between [ngfor] and [ngforof]?
What is ngzone service in angular?
What are templates in angular?
What is ngClass directive in AngularJS?
What are scopeless controller in angularjs?
how to update or upgrade angular cli version
what is the difference between a module’s forroot() and forchild() methods and why do you need it?