Skip to content

Commit

Permalink
chore: format entry point template
Browse files Browse the repository at this point in the history
  • Loading branch information
hadzhiyski committed May 16, 2021
1 parent 62240cb commit a8fd826
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/dgeni/templates/entry-point.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ <h2>
API reference for Angular {$ doc.packageDisplayName $} {$ doc.displayName $}
</h2>

<div docs-api-module-import exportName="{{$ doc.primaryExportName $}}" moduleImportPath="{$ doc.moduleImportPath $}"></div>
<div
docs-api-module-import
exportName="{{$ doc.primaryExportName $}}"
moduleImportPath="{$ doc.moduleImportPath $}"
></div>

{%- if doc.services.length -%}
<h3 id="{$ doc.name $}-services" class="docs-header-link docs-api-h3">
Expand Down

0 comments on commit a8fd826

Please sign in to comment.