Posts

Showing posts with the label visual studio

Visual Studio Code installation in Windows 10 for AngularJS

Image
Visual studio code is one of the open source software which will be good to install for AngulaJS 2 practice. Download the Visual Studio from official website  https://code.visualstudio.com/ . Once download completes, click on the isntallable file to Run the downloaded file and click on Yes to windows to start installation. Click on Next button to continue Visual Studio Code installation. Accept the agreement and click on Next button to continue installation. Choose the installation directory if you want to install in any other directory than the normal installation and click on Next button to proceed further installation. Write the shortcut name which you want to see in Start menu and click on Next button to continue further installation. Select the additional tasks which all should perform and click on Next button. Now, Visual Studio is ready for actual installation. Click on Install button to start installation process. You can see the installtion progress in...

Steps to install Node.JS in Windows 10

Image
I would like to take few minutes to tell what are AngularJS 2 advantages than AngularJS 1.x. The advantages of AngularJS 2 are Performance, Changing Web, Mobile and Easy to Use. To start install AngularJS 2 in Windows 10, we need to know which are the required softwares to install. For Angular JS 2 we need to install dependent softwares like, NPM(Node.JS), Visual Studio Code and Git. Follow these steps to start download & installing the NPM(Node.js). Download the current version of  NPM from  https://nodejs.org/en/ .   After completing the download, click on the executable file to start  Node.JS/NPM installation process. Click on Run button to proceed further on NPM installation. Click on Next button to continue further installation process. Select the License agreement and click on Next button for further installation. Choose the NPM/Node JS installation directory and click on Next button. If you don't want to change the installation di...