Development Server hot updates not working
问题 I upgraded my .NET Core 2.1 project to Angular 6 and everything seems to be working correctly except for hot-updates. Before updating it was possible to update the TypeScript and VS would re-compile and reload the browser, now that seems to be broken along with having to manually run ng build to recompile the scripts, VS doesn't seem to recompile automatically anymore. Is there a setting, possibly in angular.json that I need to set to enable the development server? Update For some reason, Hot