nativescript-schematics
nativescript-schematics copied to clipboard
nativescript, mobile, schematics, angular
If I want to share images/fonts between my web and native apps I need to put them in the `src/app` folder, as otherwise the {N} app won’t be able to...
Implement `--nsExtension` and `--webExtension` options for `ng new --shared`: ``` ng new --shared --name=my-project --nsExtension=mobile --webExtension=web ```
Initally, when adding nativescript to a web project, all components are web-only. They should be excluded from the mobile AoT build. For example: https://github.com/sis0k0/routing-web-mobile/blob/25579ed90439373c418557a65f057fdbf88ad3cc/tsconfig.aot.json#L19 Also, the `migrate-component` schematic should remove...
Due to [nativescript-schematics](https://github.com/NativeScript/nativescript-schematics) being deprecated, it seems to lose the way to use `ng g` to generate pretty much any Angular building unit. So somebody knows any alternative to it?
**Environment** - **@angular/cli** 15.0.0 - **@nativescript/schematics** 11.2.0 **Describe the bug** The schematics cannot be used on Angular v13 or newer. **To Reproduce** ```bash $ ng new --collection=@nativescript/schematics app --shared An...
Refused to execute script from 'http://127.0.0.1:5500/first-project/using-ts.ts' because its MIME type ('video/mp2t') is not executable.