Back to Material

Properties.Template

docs/config/template/ngdoc/lib/properties.template.html

1.2.5498 B
Original Source

{% import "./macros.html" as macros %} {%- if doc.properties %}

Properties

{%- for property in doc.properties %} -

{$ doc.name $}.{$ property.name $}

{$ property.description | marked $}

{% if property.params %} {$ macros.paramTable(property.params) $} {% endif %} {% if method.this %}

Property's {% code %}this{% endcode %}

{$ property.this | marked $} {% endif %} {% if property.returns %} {$ macros.returnTable(property.returns) $} {% endif %} {% endfor -%} {%- endif -%}