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