```ts filename="Button.stories.ts" renderer="angular" language="ts" import type { Meta } from '@storybook/angular'; import { action } from '@storybook/addon-actions'; import Button from './button.component'; const meta: Meta