Posts

Showing posts from March, 2018

How to setup and install Angular5 Environment(NPM, Node JS, Visual studio code, Type Script, Github)

Image
INSTALLATION OF Node.js and NPM ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -> download   required version from the link https://nodejs.org/en/ -> install it -> after installing goto run command -> cmd interface -> check whether node.js is installed or not -> to check whether node.js installed or not enter the command   node -v ->to check whether npm is installed along with the node.js enter the command npm -v INSTALLATION OF ANGULAR CLI ENVIRONMENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ->you can install it by using the command   npm   install -g   @angular/cli -> (or) you can refer the website https://cli.angular.io/    -> To check whether installed CLI environment or not use the command ng -v It shows as follows Angular CLI :   1.7.3 Node : 9.7.1 OS :   win32 x64 Angular : ... INSTALLATION OF TYPESCRIPT +++++++++++++++++++++++++...