Hi everyone! during this article, we'll learn “How to setup Angular 6 Environment on Windows”!
We all know that Angular 6 is one among the simplest frameworks for developing Single Page Applications. So how can we setup the Angular 6 environment in Windows? Let’s make it together!
Download & Install Node JS on your PC
Install Angular CLI globally
Choose the simplest text editor for you
STEP 1: DOWNLOAD & INSTALL NODE JS ON YOUR PC
Open your browser and navigate to https://nodejs.org/en/ than Download the present version of Node JS.
STEP 2: INSTALL ANGULAR CLI GLOBALLY
Angular CLI may be a command-line interface for Angular. to put in the Angular CLI;
Open your prompt, and sort “npm install -g @angular/cli”
If you would like to form sure that you simply have successfully installed the Angular CLI;
Open your prompt and sort “ng -v”. If you see the cli version as below, the installation is ok!
STEP 3: CHOOSE the simplest TEXT EDITOR FOR YOU
With any text editor, you'll develop the Angular project. But one among them is certainly better: Visual Studio Code!
With tons of plug-in support, you'll develop Angular 6 projects much faster and more convenient with Visual Studio Code! In another article, I’ll mention the simplest Visual Studio Code plug-ins. stay track!
You can download Visual Studio Code from https://code.visualstudio.com/
Now you'll create your first Angular 6 project! Open your prompt type “ng new my-first-project”!
Visit for more Information - AngularJS Development Service | Hire AngularJS Developer