PacktPublishing / ASPdotNET-Core-and-Angular-2

Code Repository for ASP.NET Core and Angular 2, Published by Packt
MIT License
33 stars 17 forks source link

Stuck on "Loading..." #7

Closed digital-nomad17 closed 7 years ago

digital-nomad17 commented 7 years ago

Hi I am having an issue where the browser is stuck loading. Looking at the dev console, it seems that a bunch of libraries are not being loaded. I did a 'npm install' and 'dotnet restore' (which I shouldn't have to do either and I am still having this issue. Has anyone else encountered this problem? http://i.imgur.com/n0dElNK.png

Darkseal commented 7 years ago

Just to clarify, 'forms' is present in source code since the first commit.

https://github.com/PacktPublishing/ASPdotNET-Core-and-Angular-2/blob/master/src/OpenGameListWebApp_Chapter07/wwwroot/systemjs.config.js

Be sure to check your source with GitHub source (possibly using text comparison software such as WinMerge) to avoid opening these kind of issues.