matomo / plugins /CoreHome /templates /_angularComponent.twig
Leon4gr45's picture
Upload source files chunk 27
7929f62 verified
Raw
History Blame Contribute Delete
151 Bytes
<{{ componentName|e('html') }}
{% for key, value in componentParameters %}
{{ key|e('html') }}="{{ value|e('html_attr') }}"
{% endfor %}
/>