angular-cn/aio/tools/transforms/templates/api/includes/deprecation.html

5 lines
144 B
HTML

{% if doc.deprecated !== undefined %}
<section class="deprecated">
{$ ('**Deprecated:** ' + doc.deprecated) | marked $}
</section>
{% endif %}