From 34b848ad510c54107958d69b80d4bbb0196cc98e Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 29 Aug 2018 17:06:16 +0100 Subject: [PATCH] build(docs-infra): remove unused info-bar API template (#25734) PR Close #25734 --- .../templates/api/includes/info-bar.html | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/aio/tools/transforms/templates/api/includes/info-bar.html b/aio/tools/transforms/templates/api/includes/info-bar.html index 304426324a..8b13789179 100644 --- a/aio/tools/transforms/templates/api/includes/info-bar.html +++ b/aio/tools/transforms/templates/api/includes/info-bar.html @@ -1,27 +1 @@ -{% import "../../lib/githubLinks.html" as github -%} - -
- - - - - - - - - - - - - - - -{% if doc.ngModule %} - - - - -{% endif %} - -
npm Package@angular/{$ doc.moduleDoc.id.split('/')[0] $}
Moduleimport { {$ doc.name $} } from '@angular/{$ doc.moduleDoc.id $}';
Source{$ github.githubViewLink(doc, versionInfo) $}
NgModule{@link {$ doc.ngModule $}}