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

6 lines
148 B
HTML
Raw Normal View History

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