angular/aio/tools/transforms/templates/api/includes/description.html

11 lines
295 B
HTML
Raw Normal View History

{%- if doc.description %}
<section class="description">
<h2>Description</h2>
{$ doc.description | trimBlankLines | marked | trim $}
{%- if doc.usageNotes %}
<p>Further information is available in the <a href="#usage-notes">Usage Notes...</a></p>
{%- endif %}
</section>
{%- endif -%}