xplat icon indicating copy to clipboard operation
xplat copied to clipboard

Cross-platform (xplat) tools for Nx workspaces.

Results 71 xplat issues
Sort by recently updated
recently updated
newest added

Hi! Playing around with xplat and generating components. I'm concerned about duplicate Ionic templates. Part of the joy of Ionic is that the templates are identical. I'm wondering if there...

type: enhancement
type: question

_From @goelinsights on April 23, 2018 19:53_ Trying to figure out the pattern for injecting nested smart and dumb components. Is the solution to re-create them but extract the repeating...

type: question

_From @goelinsights on April 23, 2018 19:13_ Trying to understand the docs. Sounds like if it needs different HTML templates, then it would go under a xplat category rather than...

type: question

I have an existing nx workspace with an angular app inside. Now I added an electron app via `nx generate app` and attached the angular project to it. When I...

Hi! I recently upgraded to the latest version of @nstudio/xplat ( 16.5.9 ) and when creating a new Ionic app using the commands from the Quickstart guide it doesn't have...

File in question: ```xplat/nativescript/core/src/lib/services/app.service.ts``` This App Service gets the orientation on initialization and can be used for when the orientation changes. The getOrientation() function returns an empty string when it...

Hi @NathanWalker , the last update here is from October, Nativescript has had a few updates since then. Is this project still maintained or is it enough to manually adjust...

This is my first time trying to work with `NX` & `xplat`, but I couldn't have a successful installation, unfortunately. I'm mainly using `pnpm` as my default package manager, but...

Hi, Got some issues installing a new project: ``` npx nx generate @nstudio/xplat:init --skipInstall --platforms web,nativescript,electron --framework angular --prefix ecs NX Generating @nstudio/xplat:init ⠹ Installing packages (npm)...npm ERR! code ERESOLVE...