I've been asked to do a little more in depth post about the structure of my application that goes with the gulp file I posted. In a nutshell it's pretty much this MVC5(Asp.net 4.x)PROJECT |\ | app\ | |ALL TYPESCRIPT FOLDERS ( SOURCE CONTROLLED ) | |ALL SASS FOLDERS ( SOURCE CONTROLLED ) |\ | lib\ < … Continue reading Follow up to MVC5 and NG2.0
Category: Angular 2.0
MVC5 and Angular 2.0
I started a small project to try and learn Angular 2.0, I didn't however want to use ASP.NET 5.0 ( now Core 1.0 ) because I (rightfully so) knew the tooling wasn't going to stick around dnx is now dotnet etc. I found that getting NG2 with typescript up and running wasn't so simple. It … Continue reading MVC5 and Angular 2.0