chore(docsApp): don't display module components if none exist

Some modules (ngMessageFormat, ngParseExt) don't have their own api surface
because they integrate with core services ($interpolate and $parse respectively).

Closes #14770
This commit is contained in:
Martin Staffa
2016-06-14 15:57:56 +02:00
committed by Peter Bacon Darwin
parent 9a7431c71b
commit 9575667946
@@ -69,6 +69,7 @@
{% endif %}
{% if doc.componentGroups.length %}
<div class="component-breakdown">
<h2>Module Components</h2>
{% for componentGroup in doc.componentGroups %}
@@ -89,6 +90,7 @@
</div>
{% endfor %}
</div>
{% endif %}
{% if doc.usage %}
<h2>Usage</h2>