Replies: 1 comment 1 reply
-
I think this should get handled in the compdooc processor: https://github.com/storybookjs/storybook/blob/next/addons/docs/src/frameworks/angular/compodoc.ts Any interest in adding it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the official angular coding style guide mentions not to prefix outputs with
on
(link) the default method for detecting actions (argTypesRegex
) is not working out of the box for those outputs.I was wondering if the information from compodoc about the components (which includes a list of outputs) could be used to automatically create the actions for those Outputs.
Is this something that should be handled in storybook itself or via an addon, what do you think?
Beta Was this translation helpful? Give feedback.
All reactions