nativescript-angular
nativescript-angular copied to clipboard
Integrating NativeScript with Angular
Keyboard overlays the inputs on Android. package.json: ``` "nativescript": { "id": "org.nativescript.BTrex", "tns-android": { "version": "4.0.0" }, "tns-ios": { "version": "4.0.1" } }, "scripts": { "lint": "tslint \"app/**/*.ts\"" }, "dependencies":...
_From @TomaNikolov on February 20, 2019 9:13_ **Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting...