build(docs-infra): remove unused info-bar API template (#25734)

PR Close #25734
This commit is contained in:
Pete Bacon Darwin 2018-08-29 17:06:16 +01:00 committed by Kara Erickson
parent d7e5bbf2d0
commit 34b848ad51
1 changed files with 0 additions and 26 deletions

View File

@ -1,27 +1 @@
{% import "../../lib/githubLinks.html" as github -%}
<!-- INFO BAR -->
<section class="info-bar">
<table class="is-full-width">
<tbody>
<tr>
<th>npm Package</th>
<td><a href="https://www.npmjs.com/package/@angular/{$ doc.moduleDoc.id.split('/')[0] $}">@angular/{$ doc.moduleDoc.id.split('/')[0] $}</a></td>
</tr>
<tr>
<th>Module</th>
<td><code>import { {$ doc.name $} } from <a href="{$ doc.moduleDoc.path $}">'@angular/{$ doc.moduleDoc.id $}'</a>;</code></td>
</tr>
<tr>
<th>Source</th>
<td>{$ github.githubViewLink(doc, versionInfo) $}</td>
</tr>
{% if doc.ngModule %}
<tr>
<th>NgModule</th>
<td>{@link {$ doc.ngModule $}}</td>
</tr>
{% endif %}
</tbody>
</table>