import type { Meta, StoryObj } from '@storybook/angular'; import { applicationConfig } from '@storybook/angular'; import { provideRouter } from '@angular/router'; import { ApplicationLinkComponent } from './application-link.component'; const meta: Meta = { title: 'Molecules/Application Link', component: ApplicationLinkComponent, decorators: [applicationConfig({ providers: [provideRouter([])] })], render: (args) => ({ props: args, // Rows are
  • s — a real list gives them their normal layout in the story. template: ``, }), parameters: { // Structural: app-application-link's host sits between the