mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
394 B
HTML
9 lines
394 B
HTML
{%- if doc.decorators.length %}
|
|
<section class="annotations">
|
|
<h2>Annotations</h2>
|
|
{%- for decorator in doc.decorators %}
|
|
<code-example language="ts" hideCopy="true" class="no-box api-heading">@{$ decorator.name $}({$ decorator.arguments $})</code-example>
|
|
{% if not decorator.notYetDocumented %}{$ decorator.description | marked $}{% endif %}
|
|
{% endfor %}
|
|
</section>
|
|
{% endif %}
|