top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How AngularJS expressions are different from the JavaScript expressions?

0 votes
266 views
How AngularJS expressions are different from the JavaScript expressions?
posted Oct 5, 2017 by Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

AngularJS expressions are much like JavaScript expressions but they are different from JavaScript
expressions in the following ways:
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.

answer Oct 5, 2017 by Shivaranjini
...