Back to Rxjs

Annotations

apps/rxjs.dev/tools/transforms/templates/api/includes/annotations.html

7.8.2246 B
Original Source

{%- if doc.decorators.length %}

Annotations

{%- for decorator in doc.decorators %} @{$ decorator.name $}({$ decorator.arguments $}) {% if not decorator.notYetDocumented %}{$ decorator.description | marked $}{% endif %} {% endfor %}{% endif %}