ipsos-components
Version:
Material Design components for Angular
13 lines (12 loc) • 417 B
HTML
{%- if propertyList.length -%}
<h5 class="docs-api-h5 docs-api-method-header">Properties</h5>
<table class="docs-api-properties-table">
<tr class="docs-api-properties-header-row">
<th class="docs-api-properties-th">Name</th>
<th class="docs-api-properties-th">Description</th>
</tr>
{% for p in propertyList %}
{$ property(p) $}
{% endfor %}
</table>
{%- endif -%}