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
This issue occurs from angular2-template-loader
with SSR
and there are
a couple of reasons why this issue appears:
angular2-template-loader
is up to date.Usually, all the issues are related with @Component.
-
in component name. (this has been fixed)