We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f9f6d commit c2bd2dfCopy full SHA for c2bd2df
1 file changed
tools/dgeni/src/templates/api/interface.template.html
@@ -10,7 +10,7 @@
10
<span class="selectors__name"><code>{$ doc.decorators[0].argumentInfo[0].selector $}</code></span>
11
{% endif %}
12
13
-<h2>Properties</h2>
+{$'<h4>' if child else '<h2>'$}Properties{$'</h4>' if child else '</h2>'$}
14
<table>
15
<thead>
16
<tr>
0 commit comments