Skip to content

matteobit/ng2Mvc5Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng2Mvc5Demo

Using Angular 2 in ASP.NET MVC 5 & Visual Studio 2015

Update

  • October 22/16 - Updated to Angular 2.1
  • Sept 24 2016 - Using Angular 2 Final Release. Must install TypeScript 2 in Visual Studio 2015 Update 3.

How to run?

  • Ensure latest NODEJS and TypeScript is installed.
  • Clone repo or fork it.
  • Open command prompt containing package.json
  • run "npm install" this will install all Angular 2 packages
  • run "typings install".
  • Open solution in Visual Studio 2015 Update 3
  • Open "Task Runner Explorer", then right click on "default" task and run. This will create libs folder, transpiles TypeScript files to JavaScript.
  • Ensure everything works fine and run app to see Angular 2 running on ASP.NET MVC 5.

Read through more on here http://www.mithunvp.com/using-angular-2-asp-net-mvc-5-visual-studio/

Visit www.mithunvp.com for more interesting articles

About

Using Angular 2 in ASP.NET MVC 5 & Visual Studio 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • C# 27.1%
  • HTML 18.0%
  • TypeScript 3.4%
  • CSS 1.8%
  • Classic ASP 0.4%