Category "angular-storybook"

How to use control-value-accessor in storyBook?

I have a custom input component and want to create story (using storybook) input.component.ts @Component({ selector: 'app-input', templateUrl: './input.comp

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