Files
angular-docs-cn/aio/tools/transforms/templates/api/includes/what-it-does.html
T

5 lines
114 B
HTML
Raw Normal View History

{%- if doc.whatItDoes %}
2017-05-04 14:58:54 -07:00
<div class="what-it-does info-banner">
{$ doc.whatItDoes | marked $}
</div>
{% endif %}