diff --git a/adev/shared-docs/components/viewers/docs-viewer/docs-viewer.component.ts b/adev/shared-docs/components/viewers/docs-viewer/docs-viewer.component.ts index 76717c25830..964af1d478b 100644 --- a/adev/shared-docs/components/viewers/docs-viewer/docs-viewer.component.ts +++ b/adev/shared-docs/components/viewers/docs-viewer/docs-viewer.component.ts @@ -222,6 +222,7 @@ export class DocViewer { sanitizedContent: this.sanitizer.bypassSecurityTrustHtml(tab.innerHTML), visibleLinesRange: tab.getAttribute('visibleLines') ?? undefined, shell: tab.classList.contains('shell'), + title: tab.getAttribute('header') ?? undefined, })); }