You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The adoption of angular props with docs would be a lot easier if we didn't have to specify the component twice in the stories file. The docs suggest adding "component: ComponentName" as a param: https://github.com/storybookjs/storybook/tree/next/addons/docs/angular. Would it be possible to us the component returned in the JSON of the story:
Is your feature request related to a problem? Please describe.
The adoption of angular props with docs would be a lot easier if we didn't have to specify the component twice in the stories file. The docs suggest adding "component: ComponentName" as a param: https://github.com/storybookjs/storybook/tree/next/addons/docs/angular. Would it be possible to us the component returned in the JSON of the story:
export const story = () => {
return {
template:
<tag></tag>
,component: TagComponent, <----
};
};
Are you able to assist bring the feature to reality?
no
The text was updated successfully, but these errors were encountered: