| |
|
AngularJS VS JavaScript Question Posted on 07 Apr 2020 Home >> Tutorial >> AngularJS >> AngularJS VS JavaScript |
AngularJS VS JavaScript
As from previous 9 chapter we knows that there are many points on which both JavaScript and AngularJS are similar. Below are some most important facts about both of this:-
(1)Both in JavaScript and AngularJS expressions both contains Literals, Operators and Variables.
(2)As both JavaScript and Angular expressions are written inside HTML.
(3)AngularJS expressions will not support Loops, exceptions and conditionals while JavaScript expression will do all of this.
(4)AngularJS expressions support Filters but JavaScript expression will not do this. | |
|
|
|
|