angular-cn/tools/api-builder/angular.io-package/templates/module.template.html

13 lines
456 B
HTML
Raw Normal View History

{% include "lib/githubLinks.html" -%}
{% extends 'layout/base.template.html' -%}
{% block body -%}
2015-12-01 18:31:36 -05:00
include {$ relativePath(doc.path, '_util-fns') $}
p.location-badge.
defined in {$ githubViewLink(doc) $}
ul
2015-12-01 18:31:36 -05:00
{% for page in doc.childPages -%}
li
!= partial("{$ relativePath(doc.path, '../../../_includes/_hover-card') $}", {name: "{$ page.title $}", url: "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}" })
{% endfor %}
{% endblock %}