0
What is the main difference between js and angularjs.
may I know difference of angularjs and JavaScript. we do single page application in js also.then why we need angularjs.its only extended on HTML that's only I know.please tell some difference
2 Answers
+ 4
JavaScript is a language and Angular(v1) is a framework build using JavaScript. Frameworks have already implemented functions/modules for common tasks. it helps to build apps faster and deverloper life easier.
0
Thank for ur info