Skip to content

Commit c2bd2df

Browse files
authored
fix(dgeni): interface property heading tags don't respect child mode (#3538)
1 parent 82f9f6d commit c2bd2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/dgeni/src/templates/api/interface.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span class="selectors__name"><code>{$ doc.decorators[0].argumentInfo[0].selector $}</code></span>
1111
{% endif %}
1212

13-
<h2>Properties</h2>
13+
{$'<h4>' if child else '<h2>'$}Properties{$'</h4>' if child else '</h2>'$}
1414
<table>
1515
<thead>
1616
<tr>

0 commit comments

Comments
 (0)