import { signal } from '@angular/core'; ... const meta: Meta<NoteComponent> = { title: 'Shared/Note', component: NoteComponent, tags: ['autodocs'], args: { maxChars: signal<number>(200), } };