Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 0564232

Browse files
committed
Add doc-viewer for overview and examples
1 parent a4e71be commit 0564232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/pages/component-viewer/component-viewer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
</md-sidenav>
55

66
<h1 class="docs-component-viewer-header">
7-
Button
7+
{{componentId.toUpperCase()}}
88
</h1>
99

1010
<md-tab-group class="docs-component-viewer-tabbed-content">
1111
<md-tab label="OVERVIEW">
12-
overview
12+
<doc-viewer documentUrl="/assets/documents/overview/{{componentId}}.html"></doc-viewer>
1313
</md-tab>
1414

1515
<md-tab label="API">
16-
api
16+
<doc-viewer documentUrl="/assets/documents/api/{{componentId}}.html"></doc-viewer>
1717
</md-tab>
1818

1919
<md-tab label="EXAMPLES">

0 commit comments

Comments
 (0)