Skip to content

Commit

Permalink
chore(docs): doc-prsr update
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin authored and nnixaa committed Jan 12, 2018
1 parent 67fcda2 commit b31d8b6
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 1,369 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ import { Component, Input } from '@angular/core';
<ng-container *ngIf="method.shortDescription || method.description">
<td>{{ method.name }} <br><i *ngIf="method.isStatic">static method</i></td>
<td>
<div class="method-signature"
*ngIf="method.params.length > 0 && method.type.length > 0 && method.type[0] !== 'void'">
<div class="method-signature" *ngIf="method.type[0] !== 'void'">
<div *ngIf="method.params.length > 0"><i>parameters:</i>
<span *ngFor="let param of method.params; let last = last">
{{param.name}}: <code>{{param.type}}</code><span *ngIf="!last">,</span>
Expand Down
Loading

0 comments on commit b31d8b6

Please sign in to comment.