We want to use the Angular CLI for our projects in the ASP.NET core. As the output, we select wwwroot instead of dist. By default, ng is used to automatically replace a hot module. But now we need to have the hot module replaced with the help of the Kestell and iis integration. We decided not to use the basic AspNet Javascripts servers, because we want to use the Angular CLI by default.
Does anyone know how to enable hot swapping of a module using Angular CLI and the main ASP.NET host with static files inside wwwroot?
source
share