angular-cn/aio/tools/transforms/templates/api/element.template.html
Pete Bacon Darwin 62aca30286 feat(docs-infra): add support for "special elements" (#41299)
This commit adds support for generating pages that document
special Angular elements, such as `ng-content` and `ng-template`,
which have special behavior in Angular but are not directives nor
components.

Resolves #41273

PR Close #41299
2021-06-16 14:01:16 -07:00

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 %}