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
What is pipe?
What is typescript ?
What is angular life cycle?
What are differences between components and directives?
How to rollback the whole object when navigating back to a page managed by angular router in angular 8?
What is Dependency Injection in AngularJS?
What is difference between react and angular?
What is ngmodule decorator?
What is @input and @output in angular 2?
What is the difference between ngoninit and ngafterviewinit?
What is $location in angularjs?
Is mvc front end or backend?
Which components can be injected as a dependency in angular js?
What are angular 2 directive?
What is rxjs?