We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcb4cb commit dfe0130Copy full SHA for dfe0130
docs/angular.io-package/templates/class.template.html
@@ -8,7 +8,7 @@
8
defined in {$ githubViewLink(doc) $}
9
10
:markdown
11
-{$ doc.description | indent(2, true) | trimBlankLines $}
+{$ doc.moduleDoc.description | indent(2, true) | trimBlankLines $}
12
13
{%- if doc.decorators %}
14
.l-main-section
@@ -59,4 +59,4 @@
59
{% endif %}{% endfor %}
60
{%- endif -%}
61
62
-{% endblock %}
+{% endblock %}
0 commit comments