DEV Community

Discussion on: Working with ng-content on Storybook

Collapse
 
sarcevicantonio profile image
Antonio Sarcevic

Now this works for writing stories but it doesn't work right with the ArgsTable and doesn't show any output actions for me at least :z

Collapse
 
saulodias profile image
Saulo Dias • Edited

If by ArgsTable you mean the component inputs, it's working fine for me. I change the inputs and can see the component respond to those changes. I haven't been able to figure out how to make Actions work with a template like that yet.

Collapse
 
sarcevicantonio profile image
Antonio Sarcevic

ArgTable works in the story view but doesn’t in the docs view / docs page.
If this actually works someday that would be very nice but right now storybook for angular is such a pain :z