Category "nx-workspace"

How to enable Tailwind.css for Storybook in a Nx workspace Angular library?

I've created an Angular library in Nx workspace to provide ui-components (ui-kit). To this library I added Storybook which was working fine. Now I also want to

Grabbing Nx root package version into workspace package.json

Besides hardcoding, is there a way/shortcut to programmatically get a matching package & version from the root level package.json? I’m creating a gene

Playwright test with NX

I have an NX workspace with a single application called my-app. I would like to run Playwright tests for my-app application by using NX console. Currently NX do