DEV Community

Cover image for Visual Studio Code : Auto Save, Auto Reload
John Peters
John Peters

Posted on

Visual Studio Code : Auto Save, Auto Reload

  • View Command Palette Alt Text
  • Open UI Settings: Alt Text
  • Alter these Values: Alt Text

Result:
AutoSave every three seconds, followed by File Watcher for Angular 10 apps. means your browser is ready before you can switch screens. Nice!

Angular 11
Hot Module Replacement is a feature of Webpack. The HMR updates your Angular browser instance with just changed content. This will replace the filewatcher method.

Top comments (0)