Closed
Description
Is your feature request related to a problem? Please describe.
HMR provides the best development experience, i.e. application is not restarted when you change .ts
, .js
, .html
, .xml
, .css
, .scss
file in the app, so this improves the experience with several seconds for each change. Also the changes are synced much faster than in normal livesync process.
So it will be great in case this can be enabled by default for new projects.