nx-extensions-ionic icon indicating copy to clipboard operation
nx-extensions-ionic copied to clipboard

Nx Extension for Ionic

Results 24 nx-extensions-ionic issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have set up an nx workspace as monorepo for creating mobile apps with angular and ionic. I am using the nx generate ui to generate applications...

bug

**Describe the bug** When we install a plugin for example like FileSystem and try to sync it does not work. Its only when we add the package to the app/project/package.json...

bug

**Describe the bug** in a fresh install with xh workspace 17.3.2 if i try to run serve comand i get this error ``` 2611| return i[n]; 2612| } 2613| return...

bug

I created a new project with: ```console npx create-nx-workspace@latest ``` ```console npm install -D @nx/angular --legacy-peer-deps ``` ```console npm install --save-dev -D --exact @nxext/ionic-angular --legacy-peer-deps npm install --save-dev -D --exact...

bug

**Describe the bug** When the `nx run app-name:sync:android` command is run, `npm install` is executed at the beginning, so it generates a `node_modules` folder in the application folder. Next, capacitor...

bug

**Describe the bug** Several of the packages and README's in this repo link to the `nxext.dev` website for their documentation, but this website has no documentation for the ionic next...

bug

Recently noticed that, the implementation steps and corresponding documentations of **@nxext/ionic-angular** & **@nxext/capacitor** are not available any more on the [https://nxext.dev/](https://nxext.dev/), thought the GITHUB page [https://github.com/nxext/nx-extensions-ionic](https://github.com/nxext/nx-extensions-ionic), in the section "Install...

documentation

**Is your feature request related to a problem? Please describe.** This feature is not related to a problem but seeing as the Angular team is making standalone components the default...

**Describe the bug** I get an error when creating a new application using ionic-angular that I need to install @nx/eslint in Nx version 17. **To Reproduce** When running the `nx...

bug