#Any similar to hot reload in angular?

9 messages · Page 1 of 1 (latest)

wooden stone
#

Flutter has hotreload, where you can preview your changes in realtime, without waiting like 5 minutes to build heavy angular apps.

Has angular any alternative at least? any live preview kind

frank silo
#

Never used flutter.
Is that feature much different than ng build -w or ng serve?

faint pollen
#

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.

blazing totem
#

As far as I know they're still working on proper HMR support

quaint moth
frank silo
wooden stone
meager yew
wooden stone
#

oh yea my bad