angular-cn/aio/tools/transforms/templates/api/export-base.template.html

12 lines
362 B
HTML

{% extends 'base.template.html' -%}
{% block body %}
{% include "includes/info-bar.html" %}
{% include "includes/what-it-does.html" %}
{% include "includes/security-notes.html" %}
{% include "includes/deprecation.html" %}
{% block overview %}{% endblock %}
{% include "includes/how-to-use.html" %}
{% block details %}{% endblock %}
{% endblock %}