Sample Angular 2 RC1 and Mvc 6 application.
A simple application showing how to configure a mvc5 project to support angular2 RC1 (with typescript).
Installation Issues :
Required Visual Studio 2015 Update 2
Note : 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 MVC5 angular2 sample application
| |