79829848

Date: 2025-11-25 14:57:21
Score: 0.5
Natty:
Report link
import { signal } from '@angular/core';
...
const meta: Meta<NoteComponent> = {
  title: 'Shared/Note',
  component: NoteComponent,
  tags: ['autodocs'],
  args: {
    maxChars: signal<number>(200),
  }
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nicolas Durant