+ 7
What is the best Angular or Node?
đ€ I do not know!
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.
+ 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.
+ 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.
+ 4
hum node is for servers, cool, thanks!đ