AngularJS example with FuseBox using the NgTemplatePlugin
With npm
npm installWith yarn
yarnAfter the node_modules are installed run the development server via npm start / yarn start
By default the built-in FuseBox hmr does not work with AngularJS, but you see an example implementation in the hmr.js.
Otherwise please force a reload within your fuse.js
app.hmr({ reload: true });