4 Commits

Author SHA1 Message Date
Norbert de Langen
1fdd2d6c67 more fixes 2024-08-15 10:00:59 +02:00
Valentin Palkovic
7a0a1c7bd5 Angular: Add support for Angular's output signals
Support the new signal-based output function in Angular 17.3 and upwards in Storybook's helper types as StoryObj or StoryFn. I also ensured that TypeScript doesn't complain in Angular versions that don't support this feature.

Please be aware, that controls might not reflect the proper types when Signals are used. For component and property analysis, we are relying on Compodoc. Compodoc doesn't support the new output signal yet.
2024-03-18 09:05:14 +01:00
Valentin Palkovic
5cc0e61684 Adjust postbuild Angular script 2024-03-17 14:28:14 +01:00
Valentin Palkovic
762a61f2df Fix type errors in older versions of Angular 2024-03-17 10:22:55 +01:00