Saturday 14 April 2018

How to Setup System for Angular 2 development environment?

In this article, We will discuss about How to Setup System for Angular 2 development environment.

Angular System requires node.js,npm and typescript compiler installation.

First We need to install node.js and which is as follows, goto www.nodejs.org and download the software and run it which is given in below picture,




Download the node.js software based on your 32/64 bit.

After that We need to install typescript.
Goto Command Prompt and type

> npm install typescript -g

which will install typescript globally and which is shown in below picture,


Now, System is ready to use for Angular 2 application development.

0 comments:

Post a Comment