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