Skip to content

Commit 57a67b0

Browse files
Broccohansl
authored andcommitted
docs: update the interface blueprint docs
1 parent 4025d3c commit 57a67b0

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/documentation/generate/interface.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
`ng generate interface [name] <type>` generates an interface
77

88
## Options
9-
`--app` Specifies app name or index to use.
9+
<details>
10+
<summary>app</summary>
11+
<p>
12+
`--app` (alias: `-a`) _default value: 1st app_
13+
</p>
14+
<p>
15+
Specifies app name to use.
16+
</p>
17+
</details>
1018

11-
`type` Optional String to specify the type of interface.
19+
<details>
20+
<summary>type</summary>
21+
<p>
22+
Optional String to specify the type of interface.
23+
</p>
24+
</details>

0 commit comments

Comments
 (0)