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

running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI: @angular/cli 8.3.0 - Node: 12.7.0 - Cross-platform modules: Angular 8.2.3 - Android Runtime:...

when running the command `ng generate library myLibrary`, the following error occurs: ``` Schematic "library" not found in collection "@nativescript/schematics". Error: Schematic "library" not found in collection "@nativescript/schematics". at SchematicEngine.createSchematic...

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

Need to update the `ng-add` schematic to detect that scss is used by the web project and add necessary scss config for NativeScript

good first issue
feature
severity: high

**Environment** [package_json.txt](https://github.com/NativeScript/nativescript-schematics/files/3784011/package_json.txt) **Describe the bug** After updating to nativescript-dev-webpack@rc the app cannot build anymore. **To Reproduce** 1. `npm i -g @angular/cli` 2. `npm i -g @nativescript/schematics` 3. `ng new --collection=@nativescript/schematics...

The new code-shared structure is based on [remapped imports](https://docs.nativescript.org/angular/code-sharing/intro#remapped-imports) and we strongly recommended to use them in code-shared applications. This way, typescript compiler will take the correct file (with `.tns`...

docs

**Environment** Provide the content of the `package.json` file in the project: ``` { "name": "WebMobileProject", "license": "SEE LICENSE IN ", "version": "0.0.0", "nativescript": { "id": "org.nativescript.webmobileproject", "tns-android": { "version": "5.2.1"...

bug

I read [this](https://blog.angular.io/apps-that-work-natively-on-the-web-and-mobile-9b26852495e7) article to add nativescript to existing angular project. I used "ng add @nativescript/schematics" and then I executed "tns run android --bundle " to build android app but...

**Environment** Angular 8.2 NativeScript 6.0.3 `@nativescript/schematics`: 0.7.1 **Describe the bug** The [Angular Language Service](https://angular.io/guide/language-service) doesn't work in `*.tns.html` files. **To Reproduce** Try any of the Angular Language Service features in...

bug

**Use Case** Execute `tns run` and start scaffolding your app with `ng g`. **Describe the bug** When generate new module and components and try to use them in your app...

bug