Closed
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.0.3
- Cross-platform modules: 6.0.1
- Android Runtime: 6.0.0
- iOS Runtime: 6.0.1
- Plugin(s): dev-webpack 1.0.1
To Reproduce
- Create new app from the Angular Tabs tempalte.
tns run ios
(orandroid
)- Edit home.component.html.
- Edit something in the tns-core-modules.
- The change from point (3) will be reverted in the UI.
Expected behavior
The change from point (3) should be available