takeoff
takeoff copied to clipboard
Bug: live reloading does not work
Expected Behavior
After making changes to frontend-app it should automatically reload.
Actual Behavior
The app does not automatically reload. (Restarting the docker instance forces it.)
Steps to Reproduce the Problem
- Create a new project
- Edit a file in the project, e.g. change something visual in
src/app/components/home/homepage.component.ts - Running
ng serveexplicitly does support live reloading
Specifications
- Version: 2.0.8
- Platform: macOS 10.13.6 (High Sierra)
- Subsystem:
@brindy Can I ask one thing, does your app refresh on changes? At the moment I haven't actually enabled HOC hot-reloading but changes should reflect in a refresh.