How AngularJS expressions are different from the JavaScript expressions?



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

Post New Answer

More AngularJS Interview Questions

How to create a block component dynamically on click of drop down?

0 Answers  


How to redirect to 404 or other path if the path does not exist in angular 2?

0 Answers  


Where can we implement the dom manipulation in angularjs?

0 Answers  


How did you stop observable?

0 Answers  


Explain service? When we should use service?

0 Answers  






What is a pure pipe?

0 Answers  


What is lazy loading images?

0 Answers  


What is service factory?

0 Answers  


how to set a custom header on the request?

0 Answers  


What does :host-context() pseudo-class selector target?

0 Answers  


Tell me with options on page load how you can initialize a select box?

0 Answers  


How to handle xss vulnerability scenarios in angularjs?

0 Answers  


Categories