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

Commit 2c8c973

Browse files
authored
Update generated api docs (#36)
* Update route from component-viewer sidenav * Update api docs with more up-to-date versions
1 parent ff9cf2e commit 2c8c973

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+6964
-5995
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class ComponentViewer {
1313
componentDocItem: DocItem;
1414

1515
constructor(private _route: ActivatedRoute, public docItems: DocumentationItems) {
16-
_route.params.first().subscribe(p => {
16+
_route.params.subscribe(p => {
1717
this.componentDocItem = docItems.getItemById(p['id']);
1818
});
1919
}
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
<style>
2-
table {
3-
border-collapse: collapse;
4-
margin: 10px;
5-
min-width: 300px;
6-
}
71

8-
td, th {
9-
border: 1px solid black;
10-
padding: 4px;
11-
}
12-
</style>
132

14-
<h2>autocomplete</h2>
15-
<p> Module: <code>MdAutocompleteModule</code> </p>
163

17-
<h3>Directives</h3>
184

195

20-
<h4>MdAutocomplete</h4>
21-
<p> </p>
226

237

248

259

10+
11+
12+
<h1 class="docs-api-h1">autocomplete</h1>
13+
<h2 class="docs-api-h2">
14+
Module: <code>MdAutocompleteModule</code>
15+
</h2><h2>Directives</h2>
16+
17+
<h3 class="docs-api-h3 docs-api-class-name">MdAutocomplete</h3>
18+
<p class="docs-api-class-description"></p>
19+
20+
21+
22+
23+
24+
25+
26+
27+

0 commit comments

Comments
 (0)