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
Explain why there are two “destroy” events associated with the termination of scope in angularjs?
Explain the role of $routeprovider in angularjs?
Explain what the link function is and how it differs from compile?
What do you mean by directives?
What's new in angular 8?
How do you exchange data among different modules of your angular js application?
Why use node.js?
How to isolate a directive’s scope in angularjs?
What is the different versions of angular?
What is arrow function , write its syntax?
Difference between angularjs and react.js.
Does angular use ajax?
How to install cookies in angular?
What are different type or classification of directives?
What is service factory?