What is angularjs?is there any relation between this and JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is angularjs?is there any relation between this and JavaScript?

13th Dec 2016, 4:27 PM
SubramaniB
SubramaniB - avatar
5 Answers
+ 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.
13th Dec 2016, 6:55 PM
Udi Finkelstein
Udi Finkelstein - avatar
+ 1
Angular JS is a library, which is basically written in JavaScript. You can learn Angular JS at w3schools.com
13th Dec 2016, 4:39 PM
Nazmul Alam
Nazmul Alam - avatar
+ 1
Angular js is a JS framework, it's not a library
13th Dec 2016, 5:19 PM
Rishi Anand
Rishi Anand - avatar
0
thank you !
13th Dec 2016, 4:47 PM
SubramaniB
SubramaniB - avatar
0
Anytime :)
13th Dec 2016, 5:10 PM
Nazmul Alam
Nazmul Alam - avatar