{$ class.name $}

{$ class.description $}

{%- if class.directiveSelectors -%}
selector: {% for s in class.directiveSelectors %} {$ s $} {% endfor %}
{%- endif -%} {%- if class.directiveExportAs -%} Exported as: {$ class.directiveExportAs $} {%- endif -%} {%- if class.isDeprecated -%}
Deprecated
{%- endif -%} {$ propertyList(class.properties) $} {$ methodList(class.methods) $}