2021-05-06 11:25:24 +00:00
|
|
|
{% import "lib/ngmodule.html" as ngModuleHelpers -%}
|
2018-03-01 20:19:23 +00:00
|
|
|
{% extends 'export-base.template.html' -%}
|
2021-09-14 10:59:19 +00:00
|
|
|
{% block overview -%}
|
2018-02-08 15:00:53 +00:00
|
|
|
{% include "includes/class-overview.html" %}
|
2021-09-14 10:59:19 +00:00
|
|
|
{%- endblock %}
|
|
|
|
|
{% block details -%}
|
2021-05-06 11:25:24 +00:00
|
|
|
{$ ngModuleHelpers.ngModuleList(doc.ngModules, 'Provided in') $}
|
2018-03-01 20:19:23 +00:00
|
|
|
{% include "includes/description.html" %}
|
2018-08-31 14:57:53 +00:00
|
|
|
{% include "includes/class-members.html" %}
|
2021-09-14 10:59:19 +00:00
|
|
|
{%- endblock %}
|