0
What is angularjs?is there any relation between this and JavaScript?
5 Réponses
+ 2
Just to clarify the difference between a simple library and a framework :
when using a library, you call the library functions, but you control the flow and execution order.
with a framework, you call the framework once defining a set of callbacks , and then the framework calls you back. the flow of code is controlled by the framework and you merely supply a series of callback functions.
+ 1
Angular JS is a library, which is basically written in JavaScript. You can learn Angular JS at w3schools.com
+ 1
Angular js is a JS framework, it's not a library
0
thank you !
0
Anytime :)