Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 62d6a51

Browse files
committed
fix(api-builder): remove bogus 'class export' section from class template
1 parent 24db3d5 commit 62d6a51

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tools/api-builder/angular.io-package/templates/class.template.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@
6060
{$ doc.description | indentForMarkdown(6) | trimBlankLines $}
6161
{% endif %}
6262

63-
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
64-
div(flex="20" flex-xs="100")
65-
h2(class="h2-api-docs") Class Export
66-
div(flex="80" flex-xs="100")
67-
pre.prettyprint.no-bg
68-
code(class="api-doc-code no-pln").
69-
export {$ doc.docType $} {$ doc.name $}
70-
7163
{%- if doc.decorators.length %}
7264
{% block annotations %}
7365
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
@@ -147,7 +139,7 @@
147139
{% endif %}
148140

149141
p(class="location-badge").
150-
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
142+
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} },
151143
defined in {$ githubViewLink(doc) $}
152144

153145
{% endblock %}

0 commit comments

Comments
 (0)