{% import "macros.html" as macros %} {%- if class.description -%}

{$ class.description | marked | safe $}

{%- endif -%} {%- if class.directiveSelectors -%}

Selector: {% for selector in class.directiveSelectors %} {$ selector $} {% endfor %}

{%- endif -%} {%- if class.directiveExportAs -%} Exported as: {$ class.directiveExportAs $} {%- endif -%} {%- if class.isDeprecated -%}
Deprecated
{%- endif -%} {$ propertyList(class.properties) $} {$ methodList(class.methods) $}