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
How can you create singleton service in angular 2?
How would you pass data from a child component to a parent component?
What are differences between template and templateurl?
Explain service worker in reference to angular js?
What is the difference between $scope and scope in angular?
What is meant by lazy loading?
Can we use multiple ng app?
What is angular framework?
Can't bind to ngmodel since it isn't a known property of input angular?
Why is it called angular?
How to build mobile apps using ionic 3 cli and angular 4?
How to disable a control or element in angularjs?
What would you have in a shared module?
Explain basic steps to set up an angular js app?
What is binding in js?