You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I had been using this template for some time and suddenly my project is unable to locate any components. Stating 404 GETs on all componentname.html files.
I attempted to start a fresh project with no changes made to see if I did something wrong.
Generated an angular 2.0.2 project that was not the experimental one.
Did dotnet run and the application will start and the API will work but the client UI will fail with the following:
An unhandled exception occurred while processing the request.
Exception: Call to Node module failed with error: Error: No ResourceLoader implementation has been provided. Can't read the url "counter.component.html"
at Object.get (C:\Code\please\ClientApp\dist\vendor.js:43828:17)
at DirectiveNormalizer._fetch (C:\Code\please\ClientApp\dist\vendor.js:39786:45)
at DirectiveNormalizer.normalizeTemplateAsync (C:\Code\please\ClientApp\dist\vendor.js:39829:23)
at DirectiveNormalizer.normalizeDirective (C:\Code\please\ClientApp\dist\vendor.js:39804:46)
at RuntimeCompiler._createCompiledTemplate (C:\Code\please\ClientApp\dist\vendor.js:43218:210)
at C:\Code\please\ClientApp\dist\vendor.js:43156:43
at Array.forEach (native)
at C:\Code\please\ClientApp\dist\vendor.js:43154:50
at Array.forEach (native)
at RuntimeCompiler._compileComponents (C:\Code\please\ClientApp\dist\vendor.js:43153:45)