Skip to content

Commit

Permalink
upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stbui committed Dec 13, 2017
1 parent 1fa7cd8 commit 7f0515b
Show file tree
Hide file tree
Showing 200 changed files with 8,305 additions and 2,847 deletions.
22 changes: 16 additions & 6 deletions documentation/classes/AngularMaterialAppPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@
</ul>

<div class="tab-content">
<div class="tab-pane fade active in" id="info">
<div class="tab-pane fade active in" id="c-info">
<p class="comment">
<h3>File</h3>
</p>
Expand All @@ -1633,10 +1633,10 @@ <h6><b>Methods</b></h6>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#getParagraphText">getParagraphText</a>
<a href="#getParagraphText">getParagraphText</a>
</li>
<li>
<a href="#navigateTo">navigateTo</a>
<a href="#navigateTo">navigateTo</a>
</li>
</ul>
</td>
Expand All @@ -1656,7 +1656,12 @@ <h3 id="methods">
<tr>
<td class="col-md-4">
<a name="getParagraphText"></a>
<span class="name"><b> getParagraphText</b><a href="#getParagraphText"><span class="fa fa-link"></span></a></span>
<span class="name">
<b>
getParagraphText
</b>
<a href="#getParagraphText"><span class="fa fa-link"></span></a>
</span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1688,7 +1693,12 @@ <h3 id="methods">
<tr>
<td class="col-md-4">
<a name="navigateTo"></a>
<span class="name"><b> navigateTo</b><a href="#navigateTo"><span class="fa fa-link"></span></a></span>
<span class="name">
<b>
navigateTo
</b>
<a href="#navigateTo"><span class="fa fa-link"></span></a>
</span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1722,7 +1732,7 @@ <h3 id="methods">
</div>


<div class="tab-pane fade tab-source-code" id="source">
<div class="tab-pane fade tab-source-code" id="c-source">
<pre class="line-numbers"><code class="language-typescript">import { browser, by, element } from &#x27;protractor&#x27;;

export class AngularMaterialAppPage {
Expand Down
31 changes: 23 additions & 8 deletions documentation/classes/Chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@
</ul>

<div class="tab-content">
<div class="tab-pane fade active in" id="info">
<div class="tab-pane fade active in" id="c-info">
<p class="comment">
<h3>File</h3>
</p>
Expand All @@ -1633,13 +1633,13 @@ <h6><b>Properties</b></h6>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#messages">messages</a>
<a href="#messages">messages</a>
</li>
<li>
<a href="#name">name</a>
<a href="#name">name</a>
</li>
<li>
<a href="#picture">picture</a>
<a href="#picture">picture</a>
</li>
</ul>
</td>
Expand Down Expand Up @@ -1707,7 +1707,12 @@ <h3 id="inputs">
<tr>
<td class="col-md-4">
<a name="messages"></a>
<span class="name"><b> messages</b><a href="#messages"><span class="fa fa-link"></span></a></span>
<span class="name">
<b>
messages
</b>
<a href="#messages"><span class="fa fa-link"></span></a>
</span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1736,7 +1741,12 @@ <h3 id="inputs">
<tr>
<td class="col-md-4">
<a name="name"></a>
<span class="name"><b> name</b><a href="#name"><span class="fa fa-link"></span></a></span>
<span class="name">
<b>
name
</b>
<a href="#name"><span class="fa fa-link"></span></a>
</span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1765,7 +1775,12 @@ <h3 id="inputs">
<tr>
<td class="col-md-4">
<a name="picture"></a>
<span class="name"><b> picture</b><a href="#picture"><span class="fa fa-link"></span></a></span>
<span class="name">
<b>
picture
</b>
<a href="#picture"><span class="fa fa-link"></span></a>
</span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1794,7 +1809,7 @@ <h3 id="inputs">
</div>


<div class="tab-pane fade tab-source-code" id="source">
<div class="tab-pane fade tab-source-code" id="c-source">
<pre class="line-numbers"><code class="language-typescript">export class Chat {
picture: string;
name: string;
Expand Down
Loading

0 comments on commit 7f0515b

Please sign in to comment.