File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
packages/angular-demo/src/app/stories Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { ArgTypes , Meta } from ' @storybook/addon-docs/blocks' ;
2
2
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.
5
8
6
9
## Functions
7
10
Original file line number Diff line number Diff line change 1
1
import { ArgTypes , Meta } from ' @storybook/addon-docs/blocks' ;
2
2
3
- <Meta title = " TypeScript/Interfaces" /># Interface ## Product
3
+ <Meta title = " TypeScript/Interfaces" />
4
+
5
+ # Interface
6
+
7
+ ## Product
4
8
5
9
Interfaces need to be annotated with ` @include-docs ` for the type information to be generated.
6
10
You can’t perform that action at this time.
0 commit comments