nativescript-schematics
nativescript-schematics copied to clipboard
nativescript, mobile, schematics, angular
**Environment** ``` { "name": "foo", "nativescript": { "id": "org.nativescript.foo" }, "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng...
**Describe the current behaviour** Currently, not all flags and options available through `ng new` are supported by the schematic for creating a new application. **To Reproduce** Execute: ``` ng new...
Hey Nativescript is a good platform for future development products and shared repo with angular show the beauty of this nativescript. One Problem we are facing is to add Official...
**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): - tns...
**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:...
**Environment** Provide the content of the `package.json` file in the project: **Describe the bug** **To Reproduce** **Expected behavior** **Sample project** **Additional context**
Please see  When adding a custom icon to the NavigationButton it will only use the resource after the **second time** visiting the page, and on. The first time...
**Environment** ``` { "name": "ns-shared", "nativescript": { "id": "org.nativescript.nsshared", "tns-android": { "version": "5.0.0" } }, "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test",...
i used "tns create my-app" created an nativescript app before. i want to add web app after that. i dont know if it does? thanks.
Hey, I got an angular web app and I want to transform it into mobile app with nativescript. I just followed this https://www.youtube.com/watch?v=WdhJZ8kGXvw and ran: `ng add @nativescript/schematics` But got...