Update your build while you are changing HTML files.
No server is needed, no coninuous compilation.
You have to build your app first: ng build Than you have to copy the content of your dist directory into a live-preview directory.
Why?
This extension will work on the live-preview folder and you will be able to compare the preview with the last build. If you still want to work on dist folder insted, you have to update the mainBundleJsPath property of this extension configuration to point to your .\..\dist\main.bundle.js file.
None
Works only for HTML files that existed at the time the build was created.
Write your HTML changes in the build code while you are typing.
Enjoy!