I'm new to development using JavaScript. Can anyone help me please? I've checked some articles but not found any success.
Node.js is a runtime. It is mostly uses for web and API backends. You can follow the installation instructions of its website.
Angular is a web framework. It is used in the frontend. Other examples for web frameworks / libraries are Aurelia, Vue or React.
A good starting point is Nodeschool.io.
But you should also use the search on Hashnode. The question how to start with JS isn't asked the first time.
NodeJS and AngularJS are two known JavaScript frameworks which had created a pace for flexibility. Both the frameworks are different and are designed to serve diverse features to developers.
Marco Alka
Software Engineer, Technical Consultant & Mentor
Your question is like asking: Which car is good to have: Apple AirPower or golden knobs for the radio or both?
Neither of your choices are "JavaScript", you might first want to google a definition for the things you want to use. Neither of the choices are useful to a beginner or required to develop with JavaScript.
tl;dr:
I recommend reading The "I Am New To Programming" FAQ. It will help you get started with any programming language, including JavaScript and kinda guides you through your initial questions. Also, programming means a lot of googling for stuff, so you might want to practice that a bit ;)