In VS 2017, I created a new ASP.NET Core Web Application using the Angular template.
The project however does not run, it gets stuck on:
Build delayed un
I had some problem in visual stduio 2019 aspnet core & angular project.
I have solved it using this way.
Manually run npm install via cmd,
And if after run project via visual studio 2019, Project run successfuly. (Without “Build delayed until Bower/npm packages finish restoring.”)
This way worked for me