Hi, I'm trying to write a prototype using Angular 2 using VS 2015 with ASP.NET 4 (not ASP.NET 5) with latest TypeScript tooling (1.7). I have followed the quick tutorial and all seemed straightforward. I'm having trouble making it work with VS 2015 with ASP.NET 5. I don't want to include everything under node_modules from tutorial code, just some js and some type definition files (*.d.ts).
I'm not sure which js and definition files to include since there seemed to be so many within node_modules\angular2 folder itself. They all referenced other files/modules. Is there a single (or small list) Angular 2 type definition file I could use? Also what js files I need? I do not want to include everything within node_modules to my Visual Studio project. Thanks! -Tien -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
