Angular 8 template in Visual Studio 2019
2 min readAug 30, 2019
This is a simple Startup project for creating a .Net core 2.2 application with Angular 8 CLI. It comes with Bootstrap 4 with font awesome.
https://marketplace.visualstudio.com/items?itemName=RebaiHamidaTrabelsi.Angular8
Prerequisite
[Visual Studio 2019]
[Node]
- https://nodejs.org/en/download/ You need to verify that you are running the latest Node.js version 8.x and npm version 8.x or greater by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.
[Angular Cli 8.3.1]
- To install run the following in command line. npm install -g @angular/cli verify version running: ng — version [Typescript] — https://www.typescriptlang.org/ Verify that you have version 3.6.2 or above. You can check by running tsc -v in any terminal window.