Sample Angular 2 RC1 and Mvc 5 application.
A simple application showing how to configure a mvc5 project to support angular2 RC1 (with typescript). Installation Issues :RequiredVisual Studio 2015 Update 3
Synchronize Node.JS Install Version with Visual Studio 2015Correct this issueNote : Using typings -v 0.8 : npm i typings@0.8
If using npm behind a proxy rename file "_typingsrc" to ".typingsrc" and configure it.
If package restoration problems occur, restore packages manually with the " npm i" command and check logs. Check this link if you want a MVC6 angular2 sample application
Source Code on CodePlex, any help appreciated |