we will see how to set up angular 8 in visual studio 2019 step by step
Angular 8 Environment Setup Prerequisite:
Install visual studio
Go through the above link download the visual studio 2019 and install it on your computer. This is a simple Startup project for creating a .Net core 2.2 application with Angular 8 CLI.
Download NodeJS
Download the nodejs form the given above link and installed it .you will check you are running the latest Node.js version 8.x and npm version 8.x by using following commands( node -v and npm -v)

Install Angular 8 CLI through command
to run the following given command line for angular 8 CLI ” npm install -g @angular/cli ” once the installation is done you will verify the version by using this command ” ng — version [Typescript] —” or https://marketplace.visualstudio.com/items?itemName=RebaiHamidaTrabelsi.Angular8


Install typescript : download typescript latest version by using this link https://www.typescriptlang.org/ and check the version by using given command Line “tsc -v“





Step is done.thanks
- how to create ASP.NET Core 3 Web API Project - January 21, 2022
- JWT Authentication using OAUTH - January 10, 2022
- Ado.net database Transactions - January 9, 2022