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 |
What is a template variable. How would you use it?
What is the use of http interceptor?
Why services are used in angularjs?
What is primitive data type?
What is ng full form?
What is the use of filter in angularjs?
What is Dependency Injection in Angular 4?
What are zones? What is ngzone? What is change detection? What is ngzone run outside?
What is digest loop?
What set of modern browsers are supported in angular 2?
What is the difference between the $watch, $digest, and $ apply?
Does angular support nested controllers?