File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
aio/tools/transforms/templates/api/includes Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments