Live PreviewUpdate your build while you are changing HTML files. FeaturesNo server is needed, no contnuous compilation. RequirementsYou 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. Extension SettingsNone Known IssuesWorks only for HTML files that existed at the time the build was created. Enjoy! |