I\'m trying to build my own Angular 2/ASP.NET SPA on Visual Studio. You can find all the files here.
What I tried to do is simple: after I followed the instructions to
I run into this and in my case the problem was from an upgrade of angular2-templeate loader. The new version "0.6.1" caused this error to appear. I introduced the previous version "0.6.0" and everything worked ok.