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