{% import "lib/githubLinks.html" as github -%} {% import "lib/paramList.html" as params -%} {% extends 'class.template.html' -%} {% block annotations %} {% endblock %} {% block additional -%} {%- if doc.directiveOptions.selector.split(',').length %}

Selectors

{% for selector in doc.directiveOptions.selector.split(',') %}

{$ selector $}

{% endfor %} {% endif %} {% if doc.outputs %}

Outputs

{% for binding, property in doc.outputs %}
{$ property.bindingName $} bound to  {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} {$ property.memberDoc.description | trimBlankLines | marked $}
{% endfor %}
{% endif %} {% if doc.inputs %}

Inputs

{% for binding, property in doc.inputs %}
{$ property.bindingName $} bound to  {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} {$ property.memberDoc.description | trimBlankLines | marked $} {% endfor %} {% endif %} {%- if doc.directiveOptions.exportAs %}

Exported as

{$ doc.directiveOptions.exportAs $}

{% endif %} {% endblock %}