I have a asp.net core 2 web app (against full .net framework) that I created using the Angular SPA template is VS2017. I have added in lots of controllers, views & models.
Whilst everything works including the page on the website containing the angular app - that is functional.
However the problem is when I made changes to the angular code it is just ignored. I have added a new component and changes the routing a bit but no matter whether I press F5 to run the project, or compile the the project (in debug or release) it just doesn't use the latest angular source code and carries on using the old version.
No errors are showing up anywhere, I don't know where to start looking.
I have a different asp net core 2 web app that uses angular and that one works ok, but i can't see the difference between the 2 (except that one targets the .net core framework rather than full .net framework).