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

16 lines
499 B
HTML
Raw Normal View History

{% import "lib/githubLinks.html" as github -%}
{% 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 {$ github.githubViewLink(doc, versionInfo) $}
ul
2015-12-01 18:31:36 -05:00
{% for page in doc.childPages -%}
li
- var name = "{$ page.title $}";
- var url = "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}";
include {$ relativePath(doc.path, '../../../_includes/_hover-card') $}
2015-12-01 18:31:36 -05:00
{% endfor %}
{% endblock %}