-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
Environment
- CLI: 5.1.1
- Cross-platform modules: 5.1.0
- Android Runtime: 5.1.0
- iOS Runtime: 5.1.0
- Plugin(s): nativescript-dev-webpack: 0.19.1
To Reproduce
tns create ngApp --ng && cd ngApp
tns run android --hmr
ortns run ios --hmr
- Apply some change in order to trigger the LiveSync process.
- The app will not get the change applied.
Expected behavior
The app should get the change applied.
Additional context
In order to get the HMR working in Angular apps, I have to follow the steps in this wiki: https://github.com/NativeScript/nativescript-angular/wiki/HMR.