+ 1
What languages do I need to become an Angular developer?
I have heard that Angular is an excellent framework to develop web applications. My question is: What languages do I have to learn before I get to use it properly?
5 Answers
+ 2
HTML and JS, as expected.
+ 2
I was reading that Angular is a variant of the JavaScript programming language. In this case it appears to be that it's only necessary to have the basics about JS. Please correct me if I'm wrong.
+ 2
Sebastián Pérez Alzate Angular is not a variant of the JavaScript, angular is a framework written in JavaScript codes. So it's essential, you must be good in JavaScript and ES6 in order you could learn well in angular.
+ 1
JS is used to manage the content of a web page, but the web page itself is html code, so you need to know the basics of html)