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** When create NS only app application is placed at `/app` folder, while hello-world template place the app in `/src/app` **To Reproduce** ``` ng new --collection=@nativescript/schematics TestApp ```...

_From @MAXMASTER001 on March 6, 2019 9:47_ **Environment** os: Macos-Mojave; node version: 10.15.2 Provide version numbers for the following components (information can be retrieved by running `tns info` in your...

**Describe the bug** According to [docs](https://github.com/NativeScript/nativescript-schematics#master-detail-template) it should generate components, module and service, but actually module and service are not generated. **To Reproduce** ``` mkdir experiment cd experiment npm i...

bug

**Environment** Provide the content of the `package.json` file in the project: **Describe the bug** The following test failures: **When the module has a component** https://github.com/NativeScript/nativescript-schematics/blob/master/src/migrate-module/index_spec.ts#L67 ** When the module has...

nativescript cli v 5.2.0 Steps: ng new --collection=@nativescript/schematics my-mobile-app tns generate service name=my-service Fails with: RangeError: Maximum call stack size exceeded at t._error (C:\Users\endarova\AppData\Roaming\npm\node_modules\nativescript\node_modules\@nativescript\schematics-executor\dist\index.js:16:1479) at t.error (C:\Users\endarova\AppData\Roaming\npm\node_modules\nativescript\node_modules\@nativescript\schematics-executor\dist\index.js:16:1173) at t._error (C:\Users\endarova\AppData\Roaming\npm\node_modules\nativescript\node_modules\@nativescript\schematics-executor\dist\index.js:16:1479)...

Suppose I have `my-service.tns` and `my-service.tns.ts` and I have `core.module.ts` and `core.module.tns.ts` respectively. In `core.module.ts` I have: ```TS import { NgModule, NO_ERRORS_SCHEMA, ModuleWithProviders } from '@angular/core'; import { NativeScriptRouterModule }...

* [ ] - Tour of Heroes migration tutorial * [ ] - Example projects – showing before, after and steps to get there * [ ] - Testing the...

Currently when you start a new app using {N} schematics you need to put your global web CSS in a `styles.css` file, and your global {N} CSS in an `app.css`...

feature
severity: low

@iMarwan-k commented on [Fri Oct 12 2018](https://github.com/NativeScript/nativescript-angular/issues/1555) Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the...

question

**Describe the bug** `--sample` does nothing on plain NS projects and it is valid option. **To Reproduce** Run: ``` ng new --collection=@nativescript/schematics TestAppWith --sample ``` **Expected behavior** I would expect...

enhancement
severity: low