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

**Describe the bug** I tried to migrate an Angular web project, but when I _ng serve_ the application, I get the following error: ERROR in error TS6053: File '-path-to-project-/what-the-song/src/src/main.ts' not...

**Is your feature request related to a problem? Please describe.** Within Angular 10, the TypeScript config files had been refactored to use the tsconfig solution style. This feature will be...

I created a nativescript shared angular app as follows: `ng new --collection=@nativescript/schematics --name=my-app --shared` Then I go to the my-app folder and run: `tns preview` But there seems to be...

Please, I need some help. I convince my boss to use the new released @nativescript/schematics with angular 10 in a project that must be developed for Web and Mobile. ....

**Environment** "dependencies": { "nativescript-angular": "~8.0.1", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.12", "tns-core-modules": "~6.0.0", "@angular/animations": "~9.0.0-next.8", "@angular/common": "~9.0.0-next.8", "@angular/compiler": "~9.0.0-next.8", "@angular/core": "~9.0.0-next.8", "@angular/forms": "~9.0.0-next.8", "@angular/platform-browser": "~9.0.0-next.8", "@angular/platform-browser-dynamic": "~9.0.0-next.8", "@angular/router": "~9.0.0-next.8", "rxjs": "~6.5.3", "tslib":...

So I'm new to angular and NativeScript programming, but I already have experience in programming. I wanted to dive into webprogramming, but keep running into errors. I tried to create...

@Lightk3ira commented on [Wed Jan 02 2019](https://github.com/NativeScript/nativescript-angular/issues/1684) Hello I am writing an Angular + Nativescript code sharing project and have realized it would be beneficial to create a Library. I...

I've created app via this command. Generated template for **Code sharing** project. `ng new --collection=@nativescript/schematics sass-project --shared` Interesting: There is not **app-variables.scss** file, among generated files. https://docs.nativescript.org/angular/code-sharing/creating-a-new-project.html#sass It works on...

**Is your feature request related to a problem? Please describe.** Currently the `ng new` schematic will almost setup a new Angular App by itself with files and templates, the Angular...

**Environment** { "name": "propel-web-client", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": {...