fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.47k stars 464 forks source link

Feature: HMR support #218

Closed djarekg closed 6 years ago

djarekg commented 6 years ago

Add hmr support using spa.UseAngularCliServer(npmScript: "start")

asadsahi commented 6 years ago

@djarekg HMR requires a number of changes to angular cli project structure which last time I tried wasn't clean while rebuilding large projects. Project hanged or failed to rebuild hence required full reload of website. Full reload is the only official solution available so far. However you can try this wiki to see if it works for you.