Skip to main content

Posts

Showing posts with the label How To Setup Angular 2 in Visual Studio 2017 with MVC 6?

How To Setup Angular 2 in Visual Studio 2017 MVC 5 / 6?

How To Building Angular 2 Apps using Visual Studio 2017 and MVC 6? This post helps us to learn how to Setup and Create an Application that Uses  Angular 2  for the client side and ASP.NET Core with single page application (SPA) for the server application. Open Command Prompt  and Follow the below mention Steps. Note - In the below steps,  Viainda  is a user in my machine. So that your end, you will see you or your user in your machine. Steps 1- C:\Users\Viainda> Steps 2- C:\Users\Viainda>F: Steps 3- F:\> Steps 4- F:\>mkdir Ng2DemoApp Steps 5- F:\>cd Ng2DemoApp Steps 6- F:\Ng2DemoApp>node --version v7. 1.0 Steps 7- F:\Ng2DemoApp>dotnet new --install Microsoft.AspNetCore.SpaTemplates::* Restoring packages for C: \ Users \ Viainda \ .templateengine \ dotnetcli \ v1. 0.3 \ scratch \ restore.csproj... Installing System.Xml.XPath 4.0 . 1. Installing runtime.native.System.IO.Comp...