How To Setup Angular 10 Environment On Windows

If you are new to angular, Please follow below steps to setup angular 10 in your windows environment. 

  • We need code editor tool to create and run the angular projects. We have best tools to choose from online. 

    Visual Studio Code
    is Open Source Tool, Download and Install VSCode.
    WebStorm is Premium Tool, To Download and Install WebStorm Tool 

  • Once you have install above tools. We need to install Angular CLI latest version.

    To Install the Angular CLI in your windows environment. We have two ways to install.

    globally - npm install -g @angular/cli@latest 

    In upcoming posts I will explain you two types:

    a) globally   b) locally. 

    Now Angular Setup is ready in your windows environment, so you can create the projects and libraries.

Popular posts from this blog

Create Custom Form Control for ng-select in Angular

Difference of High-Level Design (HLD) and Low-Level Design (LLD)

Configure the API gateway in Microservices Architecture with example in .NET Core

Domain Driven Design (DDD) in .NET Core

Angular CLI Commands - Cheat Sheet

Recommended Visual Studio Code Extensions for Angular Development

Send API POST Request in MS SQL Server

Tightly Coupled and Loosely Coupled in .NET Core with example

Export to Excel in Angular 6 | 7 | 8 | 9 | 10