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
In my case I solved the issue by removing the hyphen from component's name: product-list.component => wrong productlist.component => OK