Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed Feb 8, 2020
1 parent cd57dd7 commit d32f15a
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 304 deletions.
20 changes: 10 additions & 10 deletions docs/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,31 @@
</ol>
<ul class="dependencies-list">
<li>
<b>@angular/animations</b> : 9.0.0-rc.1</li>
<b>@angular/animations</b> : 9.0.0</li>
<li>
<b>@angular/common</b> : 9.0.0-rc.1</li>
<b>@angular/common</b> : 9.0.0</li>
<li>
<b>@angular/compiler</b> : 9.0.0-rc.1</li>
<b>@angular/compiler</b> : 9.0.0</li>
<li>
<b>@angular/core</b> : 9.0.0-rc.1</li>
<b>@angular/core</b> : 9.0.0</li>
<li>
<b>@angular/forms</b> : 9.0.0-rc.1</li>
<b>@angular/forms</b> : 9.0.0</li>
<li>
<b>@angular/platform-browser</b> : 9.0.0-rc.1</li>
<b>@angular/platform-browser</b> : 9.0.0</li>
<li>
<b>@angular/platform-browser-dynamic</b> : 9.0.0-rc.1</li>
<b>@angular/platform-browser-dynamic</b> : 9.0.0</li>
<li>
<b>@angular/router</b> : 9.0.0-rc.1</li>
<b>@angular/router</b> : 9.0.0</li>
<li>
<b>rxjs</b> : 6.5.3</li>
<b>rxjs</b> : 6.5.4</li>
<li>
<b>tslib</b> : ^1.10.0</li>
<li>
<b>zone.js</b> : 0.10.2</li>
<li>
<b>intl-pluralrules</b> : ^1.1.1</li>
<li>
<b>@formatjs/intl-relativetimeformat</b> : ^4.4.0</li>
<b>@formatjs/intl-relativetimeformat</b> : ^4.5.9</li>
</ul>


Expand Down
114 changes: 41 additions & 73 deletions docs/graph/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions docs/miscellaneous/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ <h3 id="index">Index</h3>
<li>
<a href="#hasTimeZone" title="projects/angular-l10n/src/lib/models/utils.ts"><b>hasTimeZone</b>&nbsp;&nbsp;&nbsp;(projects/.../utils.ts)</a>
</li>
<li>
<a href="#isDate" title="projects/angular-l10n/src/lib/models/utils.ts"><b>isDate</b>&nbsp;&nbsp;&nbsp;(projects/.../utils.ts)</a>
</li>
<li>
<a href="#isObject" title="projects/angular-l10n/src/lib/models/utils.ts"><b>isObject</b>&nbsp;&nbsp;&nbsp;(projects/.../utils.ts)</a>
</li>
Expand Down Expand Up @@ -747,6 +750,70 @@ <h3></h3> <table class="table table-sm table-bordered">
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="isDate"></a>
<span class="name">
<b>
isDate
</b>
<a href="#isDate"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>isDate(value: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
</td>
</tr>




<tr>
<td class="col-md-4">

<div class="io-description">
<b>Parameters :</b>
<table class="params">
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Optional</td>
</tr>
</thead>
<tbody>
<tr>
<td>value</td>
<td>
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
</td>

<td>
No
</td>


</tr>
</tbody>
</table>
</div>
<div>
</div>
<div class="io-description">
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date" target="_blank" >Date</a></code>

</div>
<div class="io-description">

</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
Expand Down
Loading

0 comments on commit d32f15a

Please sign in to comment.