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 |
How is angularjs compiled?
What is @output in angular?
What is shadow dom and virtual dom?
How do we share data between controllers?
How do you decide to create a new ngmodule?
What is dom stand for?
Why traceur compiler in angular 2?
What is traceur compiler in angular?
What are promises in angular 2?
What is the use of ngfortrackby directive?
What is components in angular 2?
What is a decorator in angular?