Skip to content

Commit a425ee4

Browse files
kroederfge-aeb
authored andcommitted
chore: update Angular (20), storybook (9), node (22), use npm instead of yarn
1 parent 72f795b commit a425ee4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/angular-demo/src/app/stories/functions-and-constants.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import { ArgTypes, Meta } from '@storybook/addon-docs/blocks';
22

3-
<Meta title="TypeScript/Functions and constants" /># Functions and constants Functions and constants
4-
need to be annotated with `@include-docs` for the type information to be generated.
3+
<Meta title="TypeScript/Functions and constants" />
4+
5+
# Functions and constants
6+
7+
Functions and constants need to be annotated with `@include-docs` for the type information to be generated.
58

69
## Functions
710

packages/angular-demo/src/app/stories/interface.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import { ArgTypes, Meta } from '@storybook/addon-docs/blocks';
22

3-
<Meta title="TypeScript/Interfaces" /># Interface ## Product
3+
<Meta title="TypeScript/Interfaces" />
4+
5+
# Interface
6+
7+
## Product
48

59
Interfaces need to be annotated with `@include-docs` for the type information to be generated.
610

0 commit comments

Comments
 (0)