mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
8 lines
205 B
HTML
8 lines
205 B
HTML
|
|
{% extends 'export-base.template.html' -%}
|
||
|
|
|
||
|
|
{% block overview %}
|
||
|
|
{% include "includes/element-attributes.html" %}
|
||
|
|
{% endblock %}
|
||
|
|
{% block details %}
|
||
|
|
{% include "includes/description.html" %}
|
||
|
|
{% endblock %}
|