#Any similar to hot reload in angular?
9 messages · Page 1 of 1 (latest)
Never used flutter.
Is that feature much different than ng build -w or ng serve?
If you use Angular 17, hot reloads with ng serve should be very quick. My guess is you're working with an older massive Angular app.
As far as I know they're still working on proper HMR support
I think it is support out of the box. according to this https://github.com/angular/angular-cli/issues/17324#issuecomment-699444256
That's a very old ticket.
HMR in Angular is still really basic, and limited to some stylesheets.
Better follow the situation here
https://github.com/angular/angular/issues/39367
Thanks evryone for the responses, so angular still working on it, if we have something like that, dev would be 10000 easier
HMR is advanced hot reloading but hot reloading as always been present with Angular. That's why you got questions to get details about your request because running an application with ng serveis one of the first things we do with Angular.
oh yea my bad