mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
285 B
HTML
9 lines
285 B
HTML
{% import "lib/paramList.html" as params -%}
|
|
{% extends 'class.template.html' -%}
|
|
|
|
{% block additional -%}
|
|
{% include "includes/selectors.html" %}
|
|
{% include "includes/outputs.html" %}
|
|
{% include "includes/inputs.html" %}
|
|
{% include "includes/export-as.html" %}
|
|
{% endblock %}
|