Posts

Showing posts from September, 2018

Angular setup

Image
In this article going to learn how to install node js and angular cli in windows machine with simple steps. Install Node JS: Spte1: download the Node JS software Before download the node js software check your windows operating system bit version from system properties. you can check system properties by right click on the "My Computer" Once identified the operating system version go to node js website then download the node js software using below url: https://nodejs.org/en/download/ Click on the corresponding link based on the operating system bit version and save it in your local machine. Below are the steps to install the node.js software: After download install in your machine by followed by node js installation steps. Once node.js installation done open command prompt and double check the node js installed or not by run the below command >node -v  or >node -- version The above command displays the version which you installed i...