In Angular Storybook, how to show only @Input() in the controls section?

49 Views Asked by At

Currently in Angular Storybook, it shows every public thing in my component as a control like this :

enter image description here

I want it to show only the "Input" category and ignore everything else. Is there a way to do this ?

0

There are 0 best solutions below