Back to Material

Params.Template

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

1.2.5242 B
Original Source

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

{% if doc.paramType %} {$ doc.paramType $} {% elif doc.docType == 'directive' %} Attributes {% else %} Arguments {% endif %}

{$ macros.paramTable(doc.params) $}

{%- endif -%}