Introduction
Let's build an application with
Angular 2 and asp.net core.
Prerequisites
- You required to update your Visual Studio 2015 to Visual Studio 2015 Update 3
- Need to install .NET Core Tooling Preview 2 or later
for .Net Core 1.0.x and supported version 1.1.0.
- TypeScript 2 required
- Install Node.js version 4 or later
- Now you need Download the ASP.NET Core Template Pack
Now Create a Application
Now go to Visual Studio and create
new project.
You should find new Asp.Net Core
Angular 2 Starter Application (.Net Core)
Select ASP.NET Core Angular
2 Starter Application (.NET Core) and fill appropriate details.
When visual studio complete the
process you can see like this:
Now go to Visual Studio Hit Ctrl +
F5 to preview your application. You will see following screen in your browser.
Now you've build a Angular 2
and Asp.net core Application in Visual Studio 2015.