nativescript-schematics
nativescript-schematics copied to clipboard
nativescript, mobile, schematics, angular
Hi everyone. Do you have any idea when the nativescript schematics will be updated to support angular 11?? thanks in advance
**Environment** OS: win32 x64 Node: 12.18.2 NativeScript: 7.0.11 Angular CLI: 11.0.5 **Describe the bug** The `isWeb` method returns true if there is a **nativescript.config.ts** file: https://github.com/NativeScript/nativescript-schematics/blob/c087d4843843e13c52e39fea3106349fd5fdb855/src/generate/utils.ts#L33 In NS7 projects the...
When building with `tns run android --bundle --env.aot` aot compilation fails with: ``` AppComponent in app.component.tns.ts is part of the declarations of 2 modules: AppModule in app.module.ts and AppModule in...
ns preview - PLAYGROUND RELATED ONLY - Type AppRoutingModule does not have 'ngModuleDef' property.
**Environment** Provide the content of the `package.json` file in the project: { "name": "workspace2", "nativescript": { "id": "org.nativescript.workspace2", "tns-android": { "version": "6.5.3" } }, "version": "0.0.0", "scripts": { "ng": "ng",...
**Describe the bug** Hi guys! I removed the old version of nativescript and @nativescript/schematics that was installed and I installed the last nativescript (6.8.0) and last @nativescript/schematics (10.0.1) I geneted...
**Describe the bug** When I open a modal and navigate to another page in the modal callback/promise, the page opens and then open the page that was opened before and...
I installed @nativescript/[email protected] for my Nativescript project and tried to generate component using command its show me following error. An unhandled exception occurred: Cannot find module '@schematics/angular/utility/parse-name' See "/private/var/folders/g0/3gly57n500zb1xvl7rffy_100000gn/T/ng-Mxey0g/angular-errors.log" for...
**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:...
**Environment** ``` ✔ Getting NativeScript components versions information... ⚠ Update available for component nativescript. Your current version is 7.0.11 and the latest available version is 7.1.2. ✔ Component @nativescript/core has...
Hi everyone, I would like to know how to force the use of tns-core-modules when creating a new shared project. Lot of plugin we use aren't updated for @nativescript/core and...