xplat
xplat copied to clipboard
Cross-platform (xplat) tools for Nx workspaces.
When trying to add a guard to the shared cored lib using `ng g guard auth` I get an error: ``` Schematic input does not validate against the Schema: {"implements":["CanActivate"],"name":"auth","project":null}...
Once Vue.js, React.js are supported add features for combining them in single app: - Application shell for composition of views produced by different framework. - Single application state management layer.
I'm trying to use the [NativeScript VSCode Plugin](https://www.nativescript.org/nativescript-for-visual-studio-code) to debug my xplat app. I've found that the default launch.json that comes with the extension does work with some minor tweaking...
* xplat/ssr for shared universal bits as well as nest integrations * universal app generation or targeting of existing apps for universal integration
I used [Angular Console](https://angularconsole.com) to generate xPlat ionic app, but I couldn't find an option for choosing e2e testing framework. This caused an error while executing `npm run prepare.app.ionic.ios` as...
Unreal Engine is good for reach data visualizations / building immersive experiences. Adding UE platform support corresponds to the xplat design goals. [Unreal.js](https://github.com/ncsoft/Unreal.js/) provides api with type definitions.
`ng generate @nstudio/schematics:service beef --platforms=ionic,web,nativescript` generates services in web, ionic, nativescript, but has no option for creating a base class in `libs/core/services` this would be useful, but in the meantime...
It seems that console.log('Test main process'); inside main process located in: **xplat-project/apps/electron-app/src/index.ts** is not outputting anything to terminal.
For the sake of consistency (with Angular), can we have the `environments` dir on the same level as `libs`, `apps` and `xplat` instead of inside `libs/core`?