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

Show your support for https://github.com/NativeScript by sponsoring them.

TLDR this happens when you run the command: `Failed to find generated component file /auto-generated.component.css. Please contact the @nativescript/schematics author.` **Environment** `package.json` ```{ "name": "sample-project-for-code-sharing", "version": "0.0.0", "scripts": { "ng":...

bug

**Environment** "@angular/cli": "~11.0.4", "@nativescript/schematics": "^11.2.0", "typescript": "~4.0.2" **Describe the bug** Getting `Cannot read properties of undefined (reading 'kind')` after any ng command for the shared project native script and angular-cli...

I get an error whether I try creating a new project from scratch or add @nativescript/schematics to an existing project. The error I get is "An unhandled exception occurred: NOT...

**Environment** ``` { "name": "housters", "main": "main.tns.js", "version": "7.00.01", "scripts": { "ng start": "ng serve", "ng build": "ng build", "lint": "eslint --fix src/ && stylelint \"src/**/*.scss\" --fix && prettier --write...

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...

cla: yes

**Current Behavior** nativescript-schematics/src/generate/module/index.ts file line: 229 const importFrom = `, NativeScriptRouterModule } from '@angular/router';`; const importTo = ` } from '@angular/router'; output: import { **NativeScriptRouterModule**, Routes } from '@angular/router'; **Expected...

**Describe the bug** ``` "SchematicsNativeScriptAngularComponent" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID. "SchematicsNativeScriptAngularComponent" schema is using the keyword "id" which its...

**Environment** { "name": "sample-hybrid", "version": "0.0.0", "license": "MIT", "scripts": { "android": "tns run android --bundle", "ios": "tns run ios --bundle", "ng": "ng", "start": "ng serve", "build": "ng build --prod", "test":...

Hi. I have an Angular Project that I am keeping up to date (so now Angular 12) with eslint (migrated from tslint with Angular 10) I have tried to migrate...