diff --git a/public/api-builder/angular.io-package/templates/class.template.html b/public/api-builder/angular.io-package/templates/class.template.html index ca06518aa6..e27e786553 100644 --- a/public/api-builder/angular.io-package/templates/class.template.html +++ b/public/api-builder/angular.io-package/templates/class.template.html @@ -4,6 +4,12 @@ {% block body %} include ../../_util-fns + +h2(class="{$ doc.docType $} export") + pre.prettyprint + code. + export {$ doc.docType $} {$ doc.name $} + p.location-badge. exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } defined in {$ githubViewLink(doc) $}