Sunday, January 14, 2018

Create an angular application using Visual Studio 2017

It's super easy to create an Angular application with Asp.Net Core 2 and Visual Studio 2017. It's very important to note that we need to have the below prerequisites for the application:

Visual Studio 2017 Update 15.5.2 : For getting the latest version of Visual studio you can visit the following link : https://www.visualstudio.com/vs/whatsnew/

Asp.Net Core 2 Sdk installed: https://www.microsoft.com/net/download/windows

You can use the Angular CLI to run the following command:

cmd > dotnet new angular

No comments:

Post a Comment