Category "angular-storybook"

Creating a Storybook instance including stories from multiple libraries in a Nrwl Nx workspace

I have a storybook instance for every NX libs (core,icons), and I would like to have only one storybook instance that collect all the stories present in differe

Test angular component @Output using Storybook and Cypress

I am trying to test the output of an angular component. I have a checkbox component that output its value using an EventEmitter. The checkbox component is wrapp