diff --git a/aio/tools/transforms/templates/includes/_info-bar.html b/aio/tools/transforms/templates/includes/_info-bar.html index 21bfae1f8a..ee75105de9 100644 --- a/aio/tools/transforms/templates/includes/_info-bar.html +++ b/aio/tools/transforms/templates/includes/_info-bar.html @@ -3,12 +3,14 @@
- npm package: {$ doc.package $} + npm package: @angular/{$ doc.moduleDoc.id $} + {% if doc.ngModule %} - NgModule: {$ doc.moduleDoc.name $} + NgModule: {@link {$ doc.ngModule $}} + {% endif %} {$ github.githubViewLink(doc, versionInfo) $}