{$ class.name $}
{$ class.description | marked | replace('{', '{') | replace('}', '}') | replace('|','|') | replace("@", "@") $}
{%- if class.directiveSelectors -%}
Seletor
{% for selector in class.directiveSelectors %}
<{$ selector $}{% for property in class.properties %}{% if (property.type) and (property.description) %}
{$ directiveProp(property, '="', '"') $}{%- endif %}{% endfor %} >
</{$ selector $}>
{% endfor %}
{%- endif -%} {%- if class.directiveExportAs -%}
Exported as:
{$ class.directiveExportAs $} {%- endif -%} {%- if class.isDeprecated
-%}
Deprecated
{%- endif -%} {$ propertyList(class.properties) $} {$ methodList(class.methods) $}