Posts

Showing posts with the label node.js

Angular CLI installation and creating sample application

Image
Read this document and follow the steps to install and create Angular CLI sample application. Before installing Angular Cli, we need to install nodejs latest version download from nodejs.org . Click on this link to follow the spets to instal  nodejs To know nodejs installed or not you can execute this commands in the terminal node –v npm –v Once conformed nodejs installed properly. Execute the below command in terminal to install Angular Cli. npm install –g @angular/cli You can get the above command from angular cli website. ( https://cli.angular.io/ ) This will take a while to complete the installation. You will see the below screen once installation completed. To check whether angular cli installed properly or not, go to the terminal and execute the below command. ng -v You will see the below screen as the response of the above command execution. Now we are good to go to work in angular cli. Next, we need to create the angular cli project with the bel

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 directory, directly cl