Skip to content

Commit 34b848a

Browse files
petebacondarwinkara
authored andcommitted
build(docs-infra): remove unused info-bar API template (angular#25734)
PR Close angular#25734
1 parent d7e5bbf commit 34b848a

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed
Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
1-
{% import "../../lib/githubLinks.html" as github -%}
21

3-
<!-- INFO BAR -->
4-
<section class="info-bar">
5-
6-
<table class="is-full-width">
7-
<tbody>
8-
<tr>
9-
<th>npm Package</th>
10-
<td><a href="https://www.npmjs.com/package/@angular/{$ doc.moduleDoc.id.split('/')[0] $}">@angular/{$ doc.moduleDoc.id.split('/')[0] $}</a></td>
11-
</tr>
12-
<tr>
13-
<th>Module</th>
14-
<td><code>import { {$ doc.name $} } from <a href="{$ doc.moduleDoc.path $}">'@angular/{$ doc.moduleDoc.id $}'</a>;</code></td>
15-
</tr>
16-
<tr>
17-
<th>Source</th>
18-
<td>{$ github.githubViewLink(doc, versionInfo) $}</td>
19-
</tr>
20-
{% if doc.ngModule %}
21-
<tr>
22-
<th>NgModule</th>
23-
<td>{@link {$ doc.ngModule $}}</td>
24-
</tr>
25-
{% endif %}
26-
</tbody>
27-
</table>

0 commit comments

Comments
 (0)