Category "angular-storybook"

If TS codebase has changes in a specific directory, then a file must also contain changes

I have a large frontend code base written in TypeScript that utilizes Storybook as a design system. Storybook is separate from the main application in the code

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