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