nativescript-schematics icon indicating copy to clipboard operation
nativescript-schematics copied to clipboard

nativescript, mobile, schematics, angular

Results 76 nativescript-schematics issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

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...

question

**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:...

bug
severity: high

**Environment** Provide the content of the `package.json` file in the project: **Describe the bug** **To Reproduce** **Expected behavior** **Sample project** **Additional context**

question

Please see ![bug-repo 2](https://user-images.githubusercontent.com/68030/58927416-74cdf700-871c-11e9-95ea-55ca24df2170.gif) 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",...

os: android

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...