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
Is angular material responsive?
How to use sharedmodule in angular2?
Is angularjs a framework?
Explain about routing and why do we use it?
Is rxjs the same as react?
What is an angular 2 component?
What does ‘ng-serve’ do?
How to securely parse and manipulate your HTML data in AngularJS?
Whats is a filter?
What is the difference between onnginit() and constructor() of a component?
Explain about services in Angular.js ?
Explain $templatecache in angularjs?
What is viewchild and contentchild in angularjs?
What are the differences between angular and jquery?
What is angular model?