Relative Content

Tag Archive for javascriptangularstorybookangular-storybook

How to override component method from angular storybook

In the component I have a method onExample. I am trying to override the functionality of the onExample method from the storybook. As you can see below, I have tried to add the method as argTypes and inside args. But it does not work. I still get the console output From component. How can I override the method?

How to override component method from angular storybook

In the component I have a method onExample. I am trying to override the functionality of the onExample method from the storybook. As you can see below, I have tried to add the method as argTypes and inside args. But it does not work. I still get the console output From component. How can I override the method?