What is the best Angular or Node? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

What is the best Angular or Node?

🤔 I do not know!

27th Apr 2019, 1:18 PM
Alex Reis
Alex Reis - avatar
4 Answers
+ 1
Alex Reis If you have got confused regarding node during Angular project creation, here is the answer. Angular requires libraries, which are called node modules. These can be installed using Node Package manager. (npm install) So, node modules are installed by Node.
23rd Jul 2020, 5:33 PM
paperinflames
paperinflames - avatar
+ 10
Hey there 🙂 Angular and Node.js are quite different. Node.js is a JavaScript engine to execute JavaScript on the Server. Before Node.js, it was PHP. Angular is a JavaScript framework, like React and Vue (or even Bootstrap). It gets used to make websites.
27th Apr 2019, 1:27 PM
Edwin Pratt
Edwin Pratt - avatar
+ 9
Alex Reis No problem 😊 Node.js can be used to help with web development because most of the libraries like Angular can be imported with Node.
27th Apr 2019, 1:51 PM
Edwin Pratt
Edwin Pratt - avatar
+ 4
hum node is for servers, cool, thanks!😁
27th Apr 2019, 1:38 PM
Alex Reis
Alex Reis - avatar